Skip to content

Commit 8b0b750

Browse files
committed
Bump to 0.6.0
1 parent 9e0c757 commit 8b0b750

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CHANGES
22
=======
33

4-
0.6.0 (XXXX-XX-XX)
4+
0.6.0 (2017-12-21)
55
------------------
66

7-
- ...
7+
- Support aiohttp views by ``CorsViewMixin`` (#145)
88

99
0.5.3 (2017-04-21)
1010
------------------

aiohttp_cors/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020

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

0 commit comments

Comments
 (0)