Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Dec 5, 2022
1 parent 3991da1 commit ad36040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.0-dev
current_version = 0.14.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand All @@ -17,4 +17,3 @@ values =
[bumpversion:file:VERSION]

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0-dev
0.14.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name='cassandra-medusa',
version='0.14.0-dev',
version='0.14.0',
author='The Last Pickle',
author_email='[email protected]',
url='https://github.com/thelastpickle/cassandra-medusa',
Expand Down

0 comments on commit ad36040

Please sign in to comment.