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