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 8eedff4 commit 4b27aecCopy full SHA for 4b27aec
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.2'
+__version__ = '0.22.0'
11
12
13
class Api(APISpecMixin, ErrorHandlerMixin):
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.21.2
+current_version = 0.22.0
3
commit = True
4
tag = False
5
setup.py
@@ -8,7 +8,7 @@
setup(
name='flask-smorest',
- version='0.21.2',
+ version='0.22.0',
description='Flask/Marshmallow-based REST API framework',
long_description=long_description,
14
url='https://github.com/marshmallow-code/flask-smorest',
0 commit comments