Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 27, 2017
1 parent 03209c4 commit d35edd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

1.0.0 (2017-07-27)
------------------

- Catch decoder exception in RedisStorage on data load #175

- Specify domain and path on cookie deletion #171

0.8.0 (2016-12-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 @@ -9,7 +9,7 @@
from aiohttp import web


__version__ = '0.8.0'
__version__ = '1.0.0'


class Session(MutableMapping):
Expand Down

0 comments on commit d35edd3

Please sign in to comment.