Skip to content

Commit

Permalink
Bump to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 12, 2018
1 parent 61c59b5 commit a2c7896
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.5.0 (2018-05-12)
------------------

* Add an API for requesting new session explicitly #281

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

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.4.0'
__version__ = '2.5.0'


class Session(MutableMapping):
Expand Down

0 comments on commit a2c7896

Please sign in to comment.