Skip to content

Commit

Permalink
Update changelog and increment version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Mar 22, 2023
1 parent 129c65b commit 6ed8098
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.2.0 - Mar 22, 2023. (sha 129c65b58998661da325294fa8461f0a48fcebb0)
--------------------------------------------------------------------
* Add helper for checking entity tags within a tpv rule by @cat-bro (PR #86)
* Remove condition from tpv packaging by @nuwang (PR #87)
* refactor: remove unnecessary overrides of superclass __init__ by @nuwang (PR #88)

2.1.0 - Mar 06, 2023. (sha 0f47032a1faf416b34969fb26c332428cb74209a)
--------------------------------------------------------------------
* Automatically convert envs to string, but make sure params are preserved by @nuwang (PR #73)
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.1.0"
__version__ = "2.2.0"


def get_version():
Expand Down

0 comments on commit 6ed8098

Please sign in to comment.