We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5dbef commit f372c5cCopy full SHA for f372c5c
pyproject.toml
@@ -95,7 +95,7 @@
95
extend-exclude = "testplan/vendor"
96
97
[tool.bumpver]
98
- current_version = "24.9.2"
+ current_version = "25.1.0"
99
version_pattern = "YY.MM.INC0"
100
commit_message = "bump version {old_version} -> {new_version}"
101
commit = true
testplan/version.py
@@ -1,7 +1,7 @@
1
import os
2
import time
3
4
-__version__ = "24.9.2"
+__version__ = "25.1.0"
5
6
dev_build = int(os.environ.get("DEV_BUILD", "0"))
7
dev_suffix = f"dev{int(time.time())}" if dev_build else ""
0 commit comments