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 dc09715 commit b9ae28c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Change Log
==========

Version 2.0.4
=============

Fixed
-----

* Fixed bug introduced in 2.0.3 that only affected the Slurm backend.
* Fixed the behavior of the cancel command (can now cancel multiple target, even if cancelling one of them fails).

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

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.3" %}
{% set version = "2.0.4" %}

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.3"
__version__ = "2.0.4"

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

0 comments on commit b9ae28c

Please sign in to comment.