Skip to content

Commit

Permalink
Update changelog and increment version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Apr 25, 2023
1 parent 3ab3f20 commit e85243a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.2.2 - Apr 25, 2023. (sha 3ab3f209ffdf3117a2efcc8cf70ebbf4c57efc6f)
--------------------------------------------------------------------
* Fix formatter ordering of inherits field by @nuwang (PR #90)
* Add helpers for tool version comparison by @cat-bro (PR #91)
* Fix dry run user by @cat-bro (PR #92)
* Failing test for pulsar user scenario by @cat-bro and @nuwang (PR #93)

2.2.1 - Mar 30, 2023. (sha 060ff9e411b35a2fed444b19b61bbedfe2d2cc4d)
--------------------------------------------------------------------
* A role rule has no access to a tool's scheduling tags by @cat-bro (PR #89)
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.1"
__version__ = "2.2.2"


def get_version():
Expand Down

0 comments on commit e85243a

Please sign in to comment.