We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f4c2a commit 6dd1107Copy full SHA for 6dd1107
CHANGES.rst
@@ -2,13 +2,15 @@
2
CHANGES
3
=========
4
5
-0.7.0 (2018-03-xx)
+0.7.0 (2018-03-05)
6
==================
7
8
- Make web view check implicit and type based (#159)
9
10
- Disable Python 3.4 support (#156)
11
12
+- Support aiohttp 3.0+ (#155)
13
+
14
0.6.0 (2017-12-21)
15
16
aiohttp_cors/__about__.py
@@ -19,7 +19,7 @@
19
"""
20
21
__title__ = "aiohttp-cors"
22
-__version__ = "0.6.0"
+__version__ = "0.7.0"
23
__author__ = "Vladimir Rutsky and aio-libs team"
24
__email__ = "[email protected]"
25
__summary__ = "CORS support for aiohttp"
0 commit comments