We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0c757 commit 8b0b750Copy full SHA for 8b0b750
2 files changed
CHANGES.rst
@@ -1,10 +1,10 @@
1
CHANGES
2
=======
3
4
-0.6.0 (XXXX-XX-XX)
+0.6.0 (2017-12-21)
5
------------------
6
7
-- ...
+- Support aiohttp views by ``CorsViewMixin`` (#145)
8
9
0.5.3 (2017-04-21)
10
aiohttp_cors/__about__.py
@@ -19,7 +19,7 @@
19
"""
20
21
__title__ = "aiohttp-cors"
22
-__version__ = "0.6.0a0"
+__version__ = "0.6.0"
23
__author__ = "Vladimir Rutsky"
24
__email__ = "[email protected]"
25
__summary__ = "CORS support for aiohttp"
0 commit comments