Skip to content

Commit

Permalink
Update changelog and increment version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Aug 25, 2023
1 parent 26ddcfb commit 64830ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.3.2 - Aug 25, 2023. (sha 26ddcfb024679a8bb2d698461e7fcbfa8453c45e)
--------------------------------------------------------------------
* Fix legacy version parsing by using Galaxy's version parsing if available by @bgruening (PR #112)
* Fix E721 for type comparison by @mvdbeek (PR #113)

2.3.1 - Jul 20, 2023. (sha fc8733723fd264c06471cabc89dc32813207eff0)
--------------------------------------------------------------------
* Add two tests around destination inheritance (one fails) + fix by @cat-bro, @nuwang (PR #110)
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.3.1"
__version__ = "2.3.2"


def get_version():
Expand Down

0 comments on commit 64830ed

Please sign in to comment.