From ae0a62cb8a6cc1311db4b31a5ead9e67f13adadf Mon Sep 17 00:00:00 2001 From: Radovan Zvoncek Date: Mon, 1 Apr 2024 13:16:12 +0300 Subject: [PATCH] Release 0.20.0 --- .bumpversion.cfg | 2 +- VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e46d2427..72ea4df6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.0-dev +current_version = 0.20.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/VERSION b/VERSION index 821e1683..5a03fb73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.0-dev +0.20.0 diff --git a/pyproject.toml b/pyproject.toml index 4d7237f9..ab6b2403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "cassandra-medusa" -version = "0.20.0-dev" +version = "0.20.0" description = "Apache Cassandra backup and restore tool" authors = ["The Last Pickle "] license = "Apache"