Skip to content

Commit 4b27aec

Browse files
committed
Bump version: 0.21.2 → 0.22.0
1 parent 8eedff4 commit 4b27aec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flask_smorest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .pagination import Page # noqa
88
from .error_handler import ErrorHandlerMixin
99

10-
__version__ = '0.21.2'
10+
__version__ = '0.22.0'
1111

1212

1313
class Api(APISpecMixin, ErrorHandlerMixin):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.21.2
2+
current_version = 0.22.0
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='flask-smorest',
11-
version='0.21.2',
11+
version='0.22.0',
1212
description='Flask/Marshmallow-based REST API framework',
1313
long_description=long_description,
1414
url='https://github.com/marshmallow-code/flask-smorest',

0 commit comments

Comments
 (0)