Skip to content

Commit

Permalink
Merge branch 'hotfix_0.30.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
akira-dev committed Jun 18, 2019
2 parents d10a65f + 13de235 commit b44bc08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flask_rest_jsonapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def oauth_manager(self, oauth_manager):
:param oauth_manager: the oauth manager
"""
@self.app.before_request
@jsonapi_exception_formatter
def before_request():
endpoint = request.endpoint
resource = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


__version__ = '0.30.0'
__version__ = '0.30.1'


setup(
Expand Down

0 comments on commit b44bc08

Please sign in to comment.