Skip to content

Commit

Permalink
Bump version: 0.11.1 → 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Nov 28, 2018
1 parent af8abc5 commit 4193ddf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flask_rest_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .error_handler import ErrorHandlerMixin
from .compat import APISPEC_VERSION_MAJOR

__version__ = '0.11.1'
__version__ = '0.11.2'


class Api(DocBlueprintMixin, ErrorHandlerMixin):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.1
current_version = 0.11.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='flask-rest-api',
version='0.11.1',
version='0.11.2',
description='Build a REST API with Flask',
long_description=long_description,
url='https://github.com/Nobatek/flask-rest-api',
Expand Down

0 comments on commit 4193ddf

Please sign in to comment.