Skip to content

Commit

Permalink
Update changelog and increment version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Jul 5, 2023
1 parent fb5cb96 commit c765554
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
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.2.4"
__version__ = "2.3.0"


def get_version():
Expand Down

0 comments on commit c765554

Please sign in to comment.