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 642c36a commit 340265aCopy full SHA for 340265a
pyproject.toml
@@ -3,7 +3,7 @@ profile = "black"
3
4
[tool.poetry]
5
name = "tbump"
6
-version = "6.10.0"
+version = "6.11.0"
7
description = "Bump software releases"
8
readme = "README.rst"
9
authors = ["Dimitri Merejkowsky <[email protected]>"]
tbump.toml
@@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump"
2
[version]
-current = "6.10.0"
+current = "6.11.0"
regex = '''
(?P<major>\d+)
\.
tbump/cli.py
@@ -18,7 +18,7 @@
18
from tbump.hooks import HooksRunner
19
from tbump.init import init
20
21
-TBUMP_VERSION = "6.10.0"
+TBUMP_VERSION = "6.11.0"
22
23
USAGE = textwrap.dedent(
24
"""
0 commit comments