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 94ba42c + 7fe1bf6 commit 866125cCopy full SHA for 866125c
2 files changed
CHANGES.rst
@@ -1,7 +1,7 @@
1
CHANGES
2
=======
3
4
-0.5.3 (XXXX-XX-XX)
+0.5.3 (2017-04-21)
5
------------------
6
7
- Fix `typing` being installed on Python 3.6.
aiohttp_cors/__about__.py
@@ -19,7 +19,7 @@
19
"""
20
21
__title__ = "aiohttp-cors"
22
-__version__ = "0.5.2"
+__version__ = "0.5.3"
23
__author__ = "Vladimir Rutsky"
24
__email__ = "[email protected]"
25
__summary__ = "CORS support for aiohttp"
0 commit comments