Skip to content

Commit 2dee6cc

Browse files
committedNov 4, 2019
Bump to 2.9.0
1 parent 65274c1 commit 2dee6cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
2.9.0 (2019-10-26)
4+
2.9.0 (2019-11-04)
55
------------------
66

77
* Fix memcached expiring time (#398)

‎aiohttp_session/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from aiohttp import web
1111

1212

13-
__version__ = '2.8.0'
13+
__version__ = '2.9.0'
1414

1515

1616
class Session(MutableMapping):

0 commit comments

Comments
 (0)
Please sign in to comment.