Skip to content

Commit

Permalink
Update changelog and increment version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Dec 17, 2024
1 parent d835738 commit 8786ed8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.5.0 - Dec 17, 2024. (sha d835738f6cb6625e2dac1355bd58ccbc3970598d)
--------------------------------------------------------------------
* Fix tests by @nuwang (PR #138)
* Add lint warning for tools with `cores` and no `mem` by @natefoo (PR #140)

2.4.0 - Feb 29, 2024. (sha cd877c4b34e81dde1a02d5e3d7a6385e6b6f5855)
--------------------------------------------------------------------
* Update shared db short link by @nuwang (PR #128)
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.4.0"
__version__ = "2.5.0"


def get_version():
Expand Down

0 comments on commit 8786ed8

Please sign in to comment.