Skip to content

Commit

Permalink
Release v0.5.0 (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Nov 18, 2023
1 parent db8f2f1 commit a935a05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ CHANGES

.. towncrier release notes start
0.5.0 (2023-11-18)
==================

- Added type annotations.
- Added a reason message when permission is rejected.
- Switched to ``aiohttp.web.AppKey``.
- Reverted change in ``JWTIdentityPolicy`` so identity returns ``str``.

0.4.0 (2018-09-27)
==================

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .jwt_identity import JWTIdentityPolicy
from .session_identity import SessionIdentityPolicy

__version__ = '0.4.0'
__version__ = '0.5.0'


__all__ = ('AbstractIdentityPolicy', 'AbstractAuthorizationPolicy',
Expand Down

0 comments on commit a935a05

Please sign in to comment.