Skip to content

Commit f372c5c

Browse files
committed
bump version 24.9.2 -> 25.1.0
1 parent ca5dbef commit f372c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
extend-exclude = "testplan/vendor"
9696

9797
[tool.bumpver]
98-
current_version = "24.9.2"
98+
current_version = "25.1.0"
9999
version_pattern = "YY.MM.INC0"
100100
commit_message = "bump version {old_version} -> {new_version}"
101101
commit = true

testplan/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import time
33

4-
__version__ = "24.9.2"
4+
__version__ = "25.1.0"
55

66
dev_build = int(os.environ.get("DEV_BUILD", "0"))
77
dev_suffix = f"dev{int(time.time())}" if dev_build else ""

0 commit comments

Comments
 (0)