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 ea45397 commit ec49d6dCopy full SHA for ec49d6d
pyproject.toml
@@ -96,7 +96,7 @@
96
extend-exclude = "testplan/vendor"
97
98
[tool.bumpver]
99
- current_version = "25.1.0"
+ current_version = "25.3.0"
100
version_pattern = "YY.MM.INC0"
101
commit_message = "bump version {old_version} -> {new_version}"
102
commit = true
testplan/version.py
@@ -1,7 +1,7 @@
1
import os
2
import time
3
4
-__version__ = "25.1.0"
+__version__ = "25.3.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