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 02b5b16 commit 1afa500Copy full SHA for 1afa500
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "otf-addons-aws"
7
-version = "v26.18.0"
+version = "v26.28.0"
8
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
9
license = { text = "GPLv3" }
10
classifiers = [
@@ -57,7 +57,7 @@ dev = [
57
profile = 'black'
58
59
[tool.bumpver]
60
-current_version = "v26.18.0"
+current_version = "v26.28.0"
61
version_pattern = "vYY.WW.PATCH[-TAG]"
62
commit_message = "bump version {old_version} -> {new_version}"
63
commit = true
0 commit comments