We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6d3d7 commit 3e044abCopy full SHA for 3e044ab
pyproject.toml
@@ -3,7 +3,7 @@ profile = "black"
3
4
[tool.poetry]
5
name = "tbump"
6
-version = "6.6.1"
+version = "6.7.0"
7
description = "Bump software releases"
8
readme = "README.rst"
9
authors = ["Dimitri Merejkowsky <dimitri@dmerej.info>"]
tbump.toml
@@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump"
2
[version]
-current = "6.6.1"
+current = "6.7.0"
regex = '''
(?P<major>\d+)
\.
tbump/cli.py
@@ -17,7 +17,7 @@
17
from tbump.hooks import HooksRunner
18
from tbump.init import init
19
20
-TBUMP_VERSION = "6.6.1"
+TBUMP_VERSION = "6.7.0"
21
22
USAGE = textwrap.dedent(
23
"""
0 commit comments