We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0ce25 commit d1f59f3Copy full SHA for d1f59f3
flask_smorest/__init__.py
@@ -7,7 +7,7 @@
7
from .pagination import Page # noqa
8
from .error_handler import ErrorHandlerMixin
9
10
-__version__ = '0.21.0'
+__version__ = '0.21.1'
11
12
13
class Api(APISpecMixin, ErrorHandlerMixin):
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.21.0
+current_version = 0.21.1
3
commit = True
4
tag = False
5
setup.py
@@ -8,7 +8,7 @@
setup(
name='flask-smorest',
- version='0.21.0',
+ version='0.21.1',
description='Flask/Marshmallow-based REST API framework',
long_description=long_description,
14
url='https://github.com/marshmallow-code/flask-smorest',
0 commit comments