Skip to content

Commit 866125c

Browse files
authored
Merge pull request #91 from rutsky/v0.5.3
prepare 0.5.3 release
2 parents 94ba42c + 7fe1bf6 commit 866125c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

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

4-
0.5.3 (XXXX-XX-XX)
4+
0.5.3 (2017-04-21)
55
------------------
66

77
- Fix `typing` being installed on Python 3.6.

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.5.2"
22+
__version__ = "0.5.3"
2323
__author__ = "Vladimir Rutsky"
2424
__email__ = "[email protected]"
2525
__summary__ = "CORS support for aiohttp"

0 commit comments

Comments
 (0)