Skip to content

Commit

Permalink
Bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 12, 2018
1 parent 1b356f0 commit 443c332
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Changes
=======

2.7.0 (2018-10-13)
------------------

* Reset a session if the session age > max_age (#331)

* Reset a session in TTL expiration for EncryptedCookieStorage (#326)

2.6.0 (2018-09-12)
------------------

* Create a new session if `NaClCookieStorage` cannot decode a
corrupted cookie #317
corrupted cookie (#317)

2.5.0 (2018-05-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from aiohttp import web


__version__ = '2.6.0'
__version__ = '2.7.0'


class Session(MutableMapping):
Expand Down

0 comments on commit 443c332

Please sign in to comment.