From f807ac12c0d39b3a2512ddcba933b5369a061187 Mon Sep 17 00:00:00 2001 From: Radovan Zvoncek Date: Wed, 21 Feb 2024 16:27:06 +0200 Subject: [PATCH] Release 0.19.0 --- .bumpversion.cfg | 2 +- VERSION | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a5bbf87..f29b8f40 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.0-dev +current_version = 0.19.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/VERSION b/VERSION index 7120f981..1cf0537c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.0-dev +0.19.0 diff --git a/setup.py b/setup.py index a07a5f9e..81a8159e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setuptools.setup( name='cassandra-medusa', - version='0.19.0-dev', + version='0.19.0', author='The Last Pickle', author_email='medusa@thelastpickle.com', url='https://github.com/thelastpickle/cassandra-medusa',