Skip to content

Commit

Permalink
Bump to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 4, 2019
1 parent 65274c1 commit 2dee6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

2.9.0 (2019-10-26)
2.9.0 (2019-11-04)
------------------

* Fix memcached expiring time (#398)
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from aiohttp import web


__version__ = '2.8.0'
__version__ = '2.9.0'


class Session(MutableMapping):
Expand Down

0 comments on commit 2dee6cc

Please sign in to comment.