diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4cbdabb85..207ddd7e7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0-dev +current_version = 0.14.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? @@ -17,4 +17,3 @@ values = [bumpversion:file:VERSION] [bumpversion:file:setup.py] - diff --git a/VERSION b/VERSION index 53bf3a318..a803cc227 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0-dev +0.14.0 diff --git a/setup.py b/setup.py index e3486d0df..898dbb90f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setuptools.setup( name='cassandra-medusa', - version='0.14.0-dev', + version='0.14.0', author='The Last Pickle', author_email='medusa@thelastpickle.com', url='https://github.com/thelastpickle/cassandra-medusa',