From 58d895e041978352de1044d41e8c75538697ca35 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Tue, 26 Dec 2023 15:42:21 +0100 Subject: [PATCH] Bump to 3.0.0 --- pyproject.toml | 2 +- tbump.toml | 2 +- tsrc/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5558845c..78d89879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ profile = "black" [tool.poetry] name = "tsrc" -version = "2.7.1" +version = "3.0.0" description = "Manage groups of git repositories" authors = ["Dimitri Merejkowsky "] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index 450b5df8..73e4b5e3 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/dmerejkowsky/tsrc" [version] -current = "2.7.1" +current = "3.0.0" regex = ''' (?P\d+) \. diff --git a/tsrc/__init__.py b/tsrc/__init__.py index 7a38ae06..528787cf 100644 --- a/tsrc/__init__.py +++ b/tsrc/__init__.py @@ -1 +1 @@ -__version__ = "2.7.1" +__version__ = "3.0.0"