Skip to content

Commit 9ef94c6

Browse files
committed
Bump to 2.1.0
1 parent a8d7d56 commit 9ef94c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

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

4+
2.1.0 (2017-11-24)
5+
------------------
6+
7+
- Add `session.set_new_identity()` method for changing identity for a
8+
new session #236
9+
410
2.0.1 (2017-11-22)
511
------------------
612

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.0.1'
11+
__version__ = '2.1.0'
1212

1313

1414
class Session(MutableMapping):

0 commit comments

Comments
 (0)