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 9f3f8bf commit b489ff1Copy full SHA for b489ff1
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "opentaskpy"
7
-version = "v24.19.1"
+version = "v24.21.0"
8
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
9
license = { text = "GPLv3" }
10
classifiers = [
@@ -70,7 +70,7 @@ otf-batch-validator = "opentaskpy.cli.batch_validator:main"
70
profile = 'black'
71
72
[tool.bumpver]
73
-current_version = "v24.19.1"
+current_version = "v24.21.0"
74
version_pattern = "vYY.WW.PATCH[-TAG]"
75
commit_message = "bump version {old_version} -> {new_version}"
76
commit = true
0 commit comments