Skip to content

Commit fb09505

Browse files
committed
Bump to 2.4.0
1 parent 6b78640 commit fb09505

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
2.4.0 (2018-05-04)
5+
------------------
6+
7+
* Fix a bug for session fixation #272
8+
49
2.3.0 (2018-02-13)
510
------------------
611

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.3.0'
11+
__version__ = '2.4.0'
1212

1313

1414
class Session(MutableMapping):

0 commit comments

Comments
 (0)