Skip to content

Commit d1bd7ce

Browse files
authored
Merge pull request #76 from ticosax/next-release
Prepare next release 2.0
2 parents 950920f + 8628d03 commit d1bd7ce

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
CHANGES
22
=======
33

4-
2.0 (Undefined)
4+
2.1 (Undefined)
55
---------------
6+
7+
2.0 (2018-02-19)
8+
----------------
69
* Drop aiohttp < 3 support
710
* ``EventSourceResponse.send`` is now a coroutine.
811

aiohttp_sse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .helpers import _ContextManager
99

1010

11-
__version__ = '1.1.0'
11+
__version__ = '2.0.0'
1212
__all__ = ['EventSourceResponse', 'sse_response']
1313

1414

0 commit comments

Comments
 (0)