Skip to content

Commit 6dd1107

Browse files
committed
Bump to 0.7.0
1 parent a8f4c2a commit 6dd1107

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
CHANGES
33
=========
44

5-
0.7.0 (2018-03-xx)
5+
0.7.0 (2018-03-05)
66
==================
77

88
- Make web view check implicit and type based (#159)
99

1010
- Disable Python 3.4 support (#156)
1111

12+
- Support aiohttp 3.0+ (#155)
13+
1214
0.6.0 (2017-12-21)
1315
==================
1416

aiohttp_cors/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020

2121
__title__ = "aiohttp-cors"
22-
__version__ = "0.6.0"
22+
__version__ = "0.7.0"
2323
__author__ = "Vladimir Rutsky and aio-libs team"
2424
__email__ = "[email protected]"
2525
__summary__ = "CORS support for aiohttp"

0 commit comments

Comments
 (0)