From 4b27aecf52b105657b0c8d4632712c642ec9ce7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Fri, 19 Jun 2020 22:27:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.21.2=20=E2=86=92=200.22.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_smorest/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flask_smorest/__init__.py b/flask_smorest/__init__.py index c638b15e..3944157a 100644 --- a/flask_smorest/__init__.py +++ b/flask_smorest/__init__.py @@ -7,7 +7,7 @@ from .pagination import Page # noqa from .error_handler import ErrorHandlerMixin -__version__ = '0.21.2' +__version__ = '0.22.0' class Api(APISpecMixin, ErrorHandlerMixin): diff --git a/setup.cfg b/setup.cfg index 9ac6c33a..e68f13d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.2 +current_version = 0.22.0 commit = True tag = False diff --git a/setup.py b/setup.py index 7911a3b7..f2250f3f 100644 --- a/setup.py +++ b/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, url='https://github.com/marshmallow-code/flask-smorest',