Skip to content

Commit aff9a6a

Browse files
committed
Bump to 0.2.0
1 parent 92e6fec commit aff9a6a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.2.0 (2017-11-17)
5+
------------------
6+
7+
- Add `is_anonymous`, `login_required`, `has_permission` helpers (#114)
8+
49
0.1.2 (2017-10-17)
510
------------------
611

aiohttp_security/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .cookies_identity import CookiesIdentityPolicy
55
from .session_identity import SessionIdentityPolicy
66

7-
__version__ = '0.1.2'
7+
__version__ = '0.2.0'
88

99

1010
__all__ = ('AbstractIdentityPolicy', 'AbstractAuthorizationPolicy',

0 commit comments

Comments
 (0)