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.
2 parents cf28a1d + 36f670c commit 9c52901Copy full SHA for 9c52901
2 files changed
CHANGES.rst
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.4.0 (2016-XX-XX)
+0.4.0 (2016-04-04)
5
------------------
6
7
- Fixed support with new Resources objects introduced in ``aiohttp`` 0.21.0.
aiohttp_cors/__about__.py
@@ -19,7 +19,7 @@
19
"""
20
21
__title__ = "aiohttp_cors"
22
-__version__ = "0.4.0a0"
+__version__ = "0.4.0"
23
__author__ = "Vladimir Rutsky"
24
__email__ = "[email protected]"
25
__summary__ = "CORS support for aiohttp"
0 commit comments