Skip to content

Commit

Permalink
Merge pull request #59 from aio-libs/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
jettify authored Aug 19, 2017
2 parents c33fccf + d06afef commit 49cf1fc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
CHANGES
=======

0.0.3 (YYYY-MM-DD)
1.1.0 (2017-MM-DD)
------------------

* Drop python 3.4 support
* Add new context manager API


1.0.0 (2017-04-14)
------------------

* Release aiohttp-sse==1.0.0


0.1.0 (2017-03-23)
------------------

* add support for asynchronous context manager interface
* tests refactoring
* modernize internal api to align with aiohttp


0.0.2 (2017-01-13)
------------------
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__ = '2.0.0-dev'
__version__ = '1.1.0-dev'
__all__ = ['EventSourceResponse', 'sse_response']


Expand Down

0 comments on commit 49cf1fc

Please sign in to comment.