Skip to content

Commit 0e517fd

Browse files
committed
Bump version: 0.19.0 → 0.19.1
1 parent e9f6523 commit 0e517fd

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.19.0'
10+
__version__ = '0.19.1'
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.19.0
2+
current_version = 0.19.1
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.19.0',
11+
version='0.19.1',
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)