We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b78640 commit fb09505Copy full SHA for fb09505
CHANGES.txt
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+2.4.0 (2018-05-04)
5
+------------------
6
+
7
+* Fix a bug for session fixation #272
8
9
2.3.0 (2018-02-13)
10
------------------
11
aiohttp_session/__init__.py
@@ -8,7 +8,7 @@
from aiohttp import web
-__version__ = '2.3.0'
+__version__ = '2.4.0'
12
13
14
class Session(MutableMapping):
0 commit comments