Skip to content

Commit

Permalink
Merge pull request #76 from ticosax/next-release
Browse files Browse the repository at this point in the history
Prepare next release 2.0
  • Loading branch information
ticosax authored Feb 19, 2018
2 parents 950920f + 8628d03 commit d1bd7ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
CHANGES
=======

2.0 (Undefined)
2.1 (Undefined)
---------------

2.0 (2018-02-19)
----------------
* Drop aiohttp < 3 support
* ``EventSourceResponse.send`` is now a coroutine.

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_sse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .helpers import _ContextManager


__version__ = '1.1.0'
__version__ = '2.0.0'
__all__ = ['EventSourceResponse', 'sse_response']


Expand Down

0 comments on commit d1bd7ce

Please sign in to comment.