Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 17, 2017
1 parent 92e6fec commit aff9a6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,11 @@
Changes
=======

0.2.0 (2017-11-17)
------------------

- Add `is_anonymous`, `login_required`, `has_permission` helpers (#114)

0.1.2 (2017-10-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_security/__init__.py
Expand Up @@ -4,7 +4,7 @@
from .cookies_identity import CookiesIdentityPolicy
from .session_identity import SessionIdentityPolicy

__version__ = '0.1.2'
__version__ = '0.2.0'


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

0 comments on commit aff9a6a

Please sign in to comment.