Skip to content

Commit 443c332

Browse files
committed
Bump to 2.7.0
1 parent 1b356f0 commit 443c332

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
Changes
22
=======
33

4+
2.7.0 (2018-10-13)
5+
------------------
6+
7+
* Reset a session if the session age > max_age (#331)
8+
9+
* Reset a session in TTL expiration for EncryptedCookieStorage (#326)
10+
411
2.6.0 (2018-09-12)
512
------------------
613

714
* Create a new session if `NaClCookieStorage` cannot decode a
8-
corrupted cookie #317
15+
corrupted cookie (#317)
916

1017
2.5.0 (2018-05-12)
1118
------------------

aiohttp_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from aiohttp import web
99

1010

11-
__version__ = '2.6.0'
11+
__version__ = '2.7.0'
1212

1313

1414
class Session(MutableMapping):

0 commit comments

Comments
 (0)