We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90168e8 commit a93f7e8Copy full SHA for a93f7e8
3 files changed
flask_smorest/__init__.py
@@ -7,7 +7,7 @@
7
from .pagination import Page # noqa
8
from .error_handler import ErrorHandlerMixin
9
10
-__version__ = '0.24.0'
+__version__ = '0.24.1'
11
12
13
class Api(APISpecMixin, ErrorHandlerMixin):
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.24.0
+current_version = 0.24.1
3
commit = True
4
tag = False
5
setup.py
@@ -8,7 +8,7 @@
setup(
name='flask-smorest',
- version='0.24.0',
+ version='0.24.1',
description='Flask/Marshmallow-based REST API framework',
long_description=long_description,
14
url='https://github.com/marshmallow-code/flask-smorest',
0 commit comments