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"