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 350403f commit a47d7a5Copy full SHA for a47d7a5
pyproject.toml
@@ -53,7 +53,7 @@ commit = true
53
message = "Release {new_version}"
54
commit_args = "--no-verify"
55
tag = false
56
-current_version = "1.3.3"
+current_version = "1.3.4.dev1"
57
parse = """(?x)
58
(?P<major>[0-9]+)
59
\\.(?P<minor>[0-9]+)
taiga/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
Taiga Python API library
7
8
-__version__ = "1.3.3"
+__version__ = "1.3.4.dev1"
9
__author__ = "Nephila"
10
__license__ = "MIT"
11
__all__ = ["TaigaAPI"]
0 commit comments