Skip to content

Commit 6827f32

Browse files
committed
version
1 parent 49cf1fc commit 6827f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

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

4-
1.1.0 (2017-MM-DD)
4+
1.1.0 (2017-08-21)
55
------------------
66

77
* Drop python 3.4 support

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

1414

0 commit comments

Comments
 (0)