Skip to content

Commit 8786ed8

Browse files
committed
Update changelog and increment version to 2.5.0
1 parent d835738 commit 8786ed8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.5.0 - Dec 17, 2024. (sha d835738f6cb6625e2dac1355bd58ccbc3970598d)
2+
--------------------------------------------------------------------
3+
* Fix tests by @nuwang (PR #138)
4+
* Add lint warning for tools with `cores` and no `mem` by @natefoo (PR #140)
5+
16
2.4.0 - Feb 29, 2024. (sha cd877c4b34e81dde1a02d5e3d7a6385e6b6f5855)
27
--------------------------------------------------------------------
38
* Update shared db short link by @nuwang (PR #128)

tpv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Total Perspective Vortex library setup."""
22

33
# Current version of the library
4-
__version__ = "2.4.0"
4+
__version__ = "2.5.0"
55

66

77
def get_version():

0 commit comments

Comments
 (0)