Skip to content

Commit

Permalink
bump version 24.9.1 -> 24.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kn-ms committed Sep 12, 2024
1 parent 4633daf commit b0c57b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
extend-exclude = "testplan/vendor"

[tool.bumpver]
current_version = "24.9.1"
current_version = "24.9.2"
version_pattern = "YY.MM.INC0"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion testplan/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import time

__version__ = "24.9.1"
__version__ = "24.9.2"

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

0 comments on commit b0c57b2

Please sign in to comment.