Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Oct 3, 2021
1 parent 3127c2b commit 1fdbef2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jwt:
@auth()
@text
def get(req):
with pytest.raises(AttributeError):
req.identity.invalidattribute

return req.identity.name


Expand Down
2 changes: 1 addition & 1 deletion yhttp/ext/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .install import install
from .token import JWT

__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit 1fdbef2

Please sign in to comment.