Skip to content

Commit 0461e0c

Browse files
committed
Bump to 0.5.0
1 parent 6f14c2e commit 0461e0c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
CHANGES
22
=======
33

4-
0.5.0 (2016-XX-XX)
4+
0.5.0 (2016-11-18)
55
------------------
66

7+
- Fix compatibility with aiohttp 1.1
8+
79

810
0.4.0 (2016-04-04)
911
------------------

aiohttp_cors/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"""
2020

2121
__title__ = "aiohttp-cors"
22-
__version__ = "0.5.0a0"
22+
__version__ = "0.5.0"
2323
__author__ = "Vladimir Rutsky"
2424
__email__ = "[email protected]"
2525
__summary__ = "CORS support for aiohttp"
2626
__uri__ = "https://github.com/aio-libs/aiohttp-cors"
2727
__license__ = "Apache License, Version 2.0"
28-
__copyright__ = "2015 {}".format(__author__)
28+
__copyright__ = "2015, 2016 {}".format(__author__)

0 commit comments

Comments
 (0)