Skip to content

Commit

Permalink
Bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 24, 2017
1 parent a8d7d56 commit 9ef94c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

2.1.0 (2017-11-24)
------------------

- Add `session.set_new_identity()` method for changing identity for a
new session #236

2.0.1 (2017-11-22)
------------------

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


class Session(MutableMapping):
Expand Down

0 comments on commit 9ef94c6

Please sign in to comment.