Skip to content

Commit

Permalink
Bump version: 0.37.0 → 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed May 23, 2022
1 parent 37226e4 commit 774cb77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flask_smorest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .pagination import Page # noqa
from .error_handler import ErrorHandlerMixin

__version__ = "0.37.0"
__version__ = "0.38.0"


class Api(APISpecMixin, ErrorHandlerMixin):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.37.0
current_version = 0.38.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name="flask-smorest",
version="0.37.0",
version="0.38.0",
description="Flask/Marshmallow-based REST API framework",
long_description=long_description,
url="https://github.com/marshmallow-code/flask-smorest",
Expand Down

0 comments on commit 774cb77

Please sign in to comment.