Skip to content

Commit

Permalink
Update changelog and increment version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Mar 6, 2023
1 parent 0f47032 commit 2ffc50d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.1.0 - Mar 06, 2023. (sha 0f47032a1faf416b34969fb26c332428cb74209a)
--------------------------------------------------------------------
* Automatically convert envs to string, but make sure params are preserved by @nuwang (PR #73)
* Fix indentation by @bernt-matthias in (PR #76)
* Convert env to a list compatible with Galaxy job conf by @natefoo in (PR #79)
* Fix missing app.config.is_set() in mock config for dry-run by @natefoo in (PR #80)
* Refactor and fix dryrun by @nuwang in (PR #82)
* Add initializer to handle empty sequence when reducing by @nuwang in (PR #84)

2.0.1 - Jan 11, 2023. (sha 8860c1d570ed94310f5ed57b2166390124d9bbf8)
--------------------------------------------------------------------
* create __init__.py in tpv core test folder by @bgruening (PR #70)
Expand Down
2 changes: 1 addition & 1 deletion tpv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Total Perspective Vortex library setup."""

# Current version of the library
__version__ = "2.0.1"
__version__ = "2.1.0"


def get_version():
Expand Down

0 comments on commit 2ffc50d

Please sign in to comment.