Skip to content

Commit 49cf1fc

Browse files
authored
Merge pull request #59 from aio-libs/bump-version
Bump version
2 parents c33fccf + d06afef commit 49cf1fc

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGES.txt

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

4-
0.0.3 (YYYY-MM-DD)
4+
1.1.0 (2017-MM-DD)
55
------------------
66

7+
* Drop python 3.4 support
8+
* Add new context manager API
9+
10+
11+
1.0.0 (2017-04-14)
12+
------------------
13+
14+
* Release aiohttp-sse==1.0.0
15+
16+
17+
0.1.0 (2017-03-23)
18+
------------------
19+
20+
* add support for asynchronous context manager interface
21+
* tests refactoring
22+
* modernize internal api to align with aiohttp
23+
724

825
0.0.2 (2017-01-13)
926
------------------

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__ = '2.0.0-dev'
11+
__version__ = '1.1.0-dev'
1212
__all__ = ['EventSourceResponse', 'sse_response']
1313

1414

0 commit comments

Comments
 (0)