From 8b0b750579610aa6bffe04169589a51248f7cf27 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 21 Dec 2017 20:12:43 +0200 Subject: [PATCH] Bump to 0.6.0 --- CHANGES.rst | 4 ++-- aiohttp_cors/__about__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 80579cf..9bd23a5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ CHANGES ======= -0.6.0 (XXXX-XX-XX) +0.6.0 (2017-12-21) ------------------ -- ... +- Support aiohttp views by ``CorsViewMixin`` (#145) 0.5.3 (2017-04-21) ------------------ diff --git a/aiohttp_cors/__about__.py b/aiohttp_cors/__about__.py index 3e77050..4c12721 100644 --- a/aiohttp_cors/__about__.py +++ b/aiohttp_cors/__about__.py @@ -19,7 +19,7 @@ """ __title__ = "aiohttp-cors" -__version__ = "0.6.0a0" +__version__ = "0.6.0" __author__ = "Vladimir Rutsky" __email__ = "vladimir@rutsky.org" __summary__ = "CORS support for aiohttp"