We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aaa88 commit 50577bbCopy full SHA for 50577bb
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "opentaskpy"
7
-version = "v25.3.0"
+version = "v25.3.1"
8
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
9
license = { text = "GPLv3" }
10
classifiers = [
@@ -71,7 +71,7 @@ otf-batch-validator = "opentaskpy.cli.batch_validator:main"
71
profile = 'black'
72
73
[tool.bumpver]
74
-current_version = "v25.3.0"
+current_version = "v25.3.1"
75
version_pattern = "vYY.WW.PATCH[-TAG]"
76
commit_message = "bump version {old_version} -> {new_version}"
77
commit = true
0 commit comments