diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e36ce1..95874cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +2.3.0 - Jul 05, 2023. (sha fb5cb966e5f8e370a1566f94313146f4f3a50054) +-------------------------------------------------------------------- +* fix resubmission tests by @bernt-matthias (PR #78) +* Fix issue with how default inheritance is applied to multiple files by @nuwang (PR #105) +* Fix evaluation to support resource clamping by @nuwang (PR #107) + 2.2.4 - May 26, 2023. (sha 16222dffa1a8d5aac60ebe78328283b29552f8de) -------------------------------------------------------------------- * When regex compilation fails, log what was attempting to be compiled by @natefoo (PR #97) diff --git a/tpv/__init__.py b/tpv/__init__.py index 19b46e9..357dd84 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.2.4" +__version__ = "2.3.0" def get_version():