Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dansondergaard committed Sep 22, 2023
1 parent 5b20843 commit 2ac82d4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Change Log
==========

Version 2.0.3
=============

Fixed
-----

* Fixed path validation when using named paths (thanks, Anders!)

Changed
-------

* Updated list of known Slurm states in Slurm backend.

Version 2.0.2
=============

Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "gwf" %}
{% set version = "2.0.2" %}
{% set version = "2.0.3" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion src/gwf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .core import AnonymousTarget, Target
from .workflow import TargetList, Workflow

__version__ = "2.0.2"
__version__ = "2.0.3"

__all__ = ("Target", "AnonymousTarget", "Workflow", "TargetList")

0 comments on commit 2ac82d4

Please sign in to comment.