diff --git a/flask_smorest/__init__.py b/flask_smorest/__init__.py index 1bd5b70a..606b7d47 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.18.1' +__version__ = '0.18.2' class Api(APISpecMixin, ErrorHandlerMixin): diff --git a/setup.cfg b/setup.cfg index acec7c4e..99a4fceb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.1 +current_version = 0.18.2 commit = True tag = False diff --git a/setup.py b/setup.py index ef54ecf5..1a966c0d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='flask-smorest', - version='0.18.1', + version='0.18.2', description='Flask/Marshmallow-based REST API framework', long_description=long_description, url='https://github.com/marshmallow-code/flask-smorest',