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 3ce2962 commit 67ae4caCopy full SHA for 67ae4ca
app_helper/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.3.5"
+__version__ = "3.3.6.dev1"
2
__author__ = "Iacopo Spalletti <[email protected]>"
3
__all__ = ["runner"]
4
pyproject.toml
@@ -54,7 +54,7 @@ commit = true
54
message = "Release {new_version}"
55
commit_args = "--no-verify"
56
tag = false
57
-current_version = "3.3.5"
+current_version = "3.3.6.dev1"
58
parse = """(?x)
59
(?P<major>[0-9]+)
60
\\.(?P<minor>[0-9]+)
0 commit comments