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 04fbf35 commit 8b99e9cCopy full SHA for 8b99e9c
pyproject.toml
@@ -68,7 +68,7 @@ addopts = "-ra"
68
required_plugins = "pytest-timeout"
69
70
[tool.bumpversion]
71
-current_version = "2.27"
+current_version = "2.28"
72
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
73
serialize = ["{major}.{minor}"]
74
commit = true
src/workflows/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "2.27"
+__version__ = "2.28"
4
5
6
def version() -> str:
0 commit comments