Skip to content

Commit 3e044ab

Browse files
committedDec 22, 2021
Bump to 6.7.0
1 parent 7d6d3d7 commit 3e044ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ profile = "black"
33

44
[tool.poetry]
55
name = "tbump"
6-
version = "6.6.1"
6+
version = "6.7.0"
77
description = "Bump software releases"
88
readme = "README.rst"
99
authors = ["Dimitri Merejkowsky <dimitri@dmerej.info>"]

‎tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump"
22

33

44
[version]
5-
current = "6.6.1"
5+
current = "6.7.0"
66
regex = '''
77
(?P<major>\d+)
88
\.

‎tbump/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from tbump.hooks import HooksRunner
1818
from tbump.init import init
1919

20-
TBUMP_VERSION = "6.6.1"
20+
TBUMP_VERSION = "6.7.0"
2121

2222
USAGE = textwrap.dedent(
2323
"""

0 commit comments

Comments
 (0)
Please sign in to comment.