From 6827f32f933b946432393336565532d8d2886c4f Mon Sep 17 00:00:00 2001 From: Nikolay Novik Date: Mon, 21 Aug 2017 20:42:50 -0400 Subject: [PATCH] version --- CHANGES.txt | 2 +- aiohttp_sse/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2bdfdda..a7ffcb4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES ======= -1.1.0 (2017-MM-DD) +1.1.0 (2017-08-21) ------------------ * Drop python 3.4 support diff --git a/aiohttp_sse/__init__.py b/aiohttp_sse/__init__.py index 3b3c97e..df11645 100644 --- a/aiohttp_sse/__init__.py +++ b/aiohttp_sse/__init__.py @@ -8,7 +8,7 @@ from .helpers import _ContextManager -__version__ = '1.1.0-dev' +__version__ = '1.1.0' __all__ = ['EventSourceResponse', 'sse_response']