Skip to content

Commit

Permalink
Bump to 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Mar 27, 2022
1 parent 28264e3 commit f3bdce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ profile = "black"

[tool.poetry]
name = "tbump"
version = "6.7.0"
version = "6.8.0"
description = "Bump software releases"
readme = "README.rst"
authors = ["Dimitri Merejkowsky <dimitri@dmerej.info>"]
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump"


[version]
current = "6.7.0"
current = "6.8.0"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion tbump/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from tbump.hooks import HooksRunner
from tbump.init import init

TBUMP_VERSION = "6.7.0"
TBUMP_VERSION = "6.8.0"

USAGE = textwrap.dedent(
"""
Expand Down

0 comments on commit f3bdce7

Please sign in to comment.