From 1f5b0a58292b0080af333a4afaea885b5e2f9efd Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:34:58 +1000 Subject: [PATCH] Update changelog and increment version to 2.3.1 --- CHANGELOG.rst | 4 ++++ tpv/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 95874cf..4f581a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +2.3.1 - Jul 20, 2023. (sha fc8733723fd264c06471cabc89dc32813207eff0) +-------------------------------------------------------------------- +* Add two tests around destination inheritance (one fails) + fix by @cat-bro, @nuwang (PR #110) + 2.3.0 - Jul 05, 2023. (sha fb5cb966e5f8e370a1566f94313146f4f3a50054) -------------------------------------------------------------------- * fix resubmission tests by @bernt-matthias (PR #78) diff --git a/tpv/__init__.py b/tpv/__init__.py index 357dd84..618f20b 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.0" +__version__ = "2.3.1" def get_version():