Skip to content

Commit b44bc08

Browse files
committed
Merge branch 'hotfix_0.30.1'
2 parents d10a65f + 13de235 commit b44bc08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flask_rest_jsonapi/api.py

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def oauth_manager(self, oauth_manager):
9696
:param oauth_manager: the oauth manager
9797
"""
9898
@self.app.before_request
99+
@jsonapi_exception_formatter
99100
def before_request():
100101
endpoint = request.endpoint
101102
resource = None

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
__version__ = '0.30.0'
4+
__version__ = '0.30.1'
55

66

77
setup(

0 commit comments

Comments
 (0)