From c7655545c8d1f47c3fa52c21fb9ff317298df751 Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:29:58 +0530 Subject: [PATCH] Update changelog and increment version to 2.3.0 --- CHANGELOG.rst | 6 ++++++ tpv/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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():