From 3e044ab9b9d4b0c5f7890a10b3afbdbb4bc83b05 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 22 Dec 2021 20:36:42 +0100 Subject: [PATCH] Bump to 6.7.0 --- pyproject.toml | 2 +- tbump.toml | 2 +- tbump/cli.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cfd5d6..7f511fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ profile = "black" [tool.poetry] name = "tbump" -version = "6.6.1" +version = "6.7.0" description = "Bump software releases" readme = "README.rst" authors = ["Dimitri Merejkowsky "] diff --git a/tbump.toml b/tbump.toml index 18b4673..eccb391 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump" [version] -current = "6.6.1" +current = "6.7.0" regex = ''' (?P\d+) \. diff --git a/tbump/cli.py b/tbump/cli.py index d880aa4..caf3ca9 100644 --- a/tbump/cli.py +++ b/tbump/cli.py @@ -17,7 +17,7 @@ from tbump.hooks import HooksRunner from tbump.init import init -TBUMP_VERSION = "6.6.1" +TBUMP_VERSION = "6.7.0" USAGE = textwrap.dedent( """