Skip to content

Commit a2c7896

Browse files
committed
Bump to 2.5.0
1 parent 61c59b5 commit a2c7896

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.5.0 (2018-05-12)
5+
------------------
6+
7+
* Add an API for requesting new session explicitly #281
8+
49
2.4.0 (2018-05-04)
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.4.0'
11+
__version__ = '2.5.0'
1212

1313

1414
class Session(MutableMapping):

0 commit comments

Comments
 (0)