Skip to content

Commit

Permalink
Acsbp-3936 Bump 2.3.0 --> 2.4.0 (#288)
Browse files Browse the repository at this point in the history
* update bumpversion config

* Bump version: 2.3.0 → 2.4.0
  • Loading branch information
auramix committed May 11, 2023
1 parent fa87018 commit 792f48c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.4.0
commit = True
tag = True

[bumpversion:file:setup.py]
search = version="{current_version}",
replace = version="{new_version}",
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if __name__ == "__main__":
setup(
name="flask-rebar",
version="2.3.0",
version="2.4.0",
author="Barak Alon",
author_email="[email protected]",
description="Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",
Expand Down

0 comments on commit 792f48c

Please sign in to comment.