We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d835738 commit 8786ed8Copy full SHA for 8786ed8
CHANGELOG.rst
@@ -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
+
6
2.4.0 - Feb 29, 2024. (sha cd877c4b34e81dde1a02d5e3d7a6385e6b6f5855)
7
--------------------------------------------------------------------
8
* Update shared db short link by @nuwang (PR #128)
tpv/__init__.py
@@ -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():
0 commit comments