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 6f14c2e commit 0461e0cCopy full SHA for 0461e0c
2 files changed
CHANGES.rst
@@ -1,9 +1,11 @@
1
CHANGES
2
=======
3
4
-0.5.0 (2016-XX-XX)
+0.5.0 (2016-11-18)
5
------------------
6
7
+- Fix compatibility with aiohttp 1.1
8
+
9
10
0.4.0 (2016-04-04)
11
aiohttp_cors/__about__.py
@@ -19,10 +19,10 @@
19
"""
20
21
__title__ = "aiohttp-cors"
22
-__version__ = "0.5.0a0"
+__version__ = "0.5.0"
23
__author__ = "Vladimir Rutsky"
24
__email__ = "[email protected]"
25
__summary__ = "CORS support for aiohttp"
26
__uri__ = "https://github.com/aio-libs/aiohttp-cors"
27
__license__ = "Apache License, Version 2.0"
28
-__copyright__ = "2015 {}".format(__author__)
+__copyright__ = "2015, 2016 {}".format(__author__)
0 commit comments