diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f581a8..f330701 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) diff --git a/tpv/__init__.py b/tpv/__init__.py index 618f20b..1e01e4f 100644 --- a/tpv/__init__.py +++ b/tpv/__init__.py @@ -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():