diff --git a/CHANGES.rst b/CHANGES.rst index a931270..a68c3a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,13 +2,15 @@ CHANGES ========= -0.7.0 (2018-03-xx) +0.7.0 (2018-03-05) ================== - Make web view check implicit and type based (#159) - Disable Python 3.4 support (#156) +- Support aiohttp 3.0+ (#155) + 0.6.0 (2017-12-21) ================== diff --git a/aiohttp_cors/__about__.py b/aiohttp_cors/__about__.py index ebdbd14..51c4841 100644 --- a/aiohttp_cors/__about__.py +++ b/aiohttp_cors/__about__.py @@ -19,7 +19,7 @@ """ __title__ = "aiohttp-cors" -__version__ = "0.6.0" +__version__ = "0.7.0" __author__ = "Vladimir Rutsky and aio-libs team" __email__ = "vladimir@rutsky.org" __summary__ = "CORS support for aiohttp"