Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fixed horrible typo! updated version: (v0.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Mar 12, 2018
1 parent aba854c commit 4938726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grest/__init__.py
@@ -1,3 +1,3 @@
from .grest import GRest

__version__ = '0.5.2'
__version__ = '0.5.3'
2 changes: 1 addition & 1 deletion grest/utils.py
Expand Up @@ -196,7 +196,7 @@ def authorize_requests(self, *args, **kwargs):
# authorize users here!
try:
if hasattr(app, "authorization_function"):
app.authentication_function(self)
app.authorization_function(self)
return func(self, *args, **kwargs)
else:
return func(self, *args, **kwargs)
Expand Down

0 comments on commit 4938726

Please sign in to comment.