Skip to content

Commit

Permalink
Bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 4, 2018
1 parent 6b78640 commit fb09505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

2.4.0 (2018-05-04)
------------------

* Fix a bug for session fixation #272

2.3.0 (2018-02-13)
------------------

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


class Session(MutableMapping):
Expand Down

0 comments on commit fb09505

Please sign in to comment.