Skip to content

Commit

Permalink
Merge pull request #91 from rutsky/v0.5.3
Browse files Browse the repository at this point in the history
prepare 0.5.3 release
  • Loading branch information
rutsky authored Apr 21, 2017
2 parents 94ba42c + 7fe1bf6 commit 866125c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
=======

0.5.3 (XXXX-XX-XX)
0.5.3 (2017-04-21)
------------------

- Fix `typing` being installed on Python 3.6.
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_cors/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

__title__ = "aiohttp-cors"
__version__ = "0.5.2"
__version__ = "0.5.3"
__author__ = "Vladimir Rutsky"
__email__ = "[email protected]"
__summary__ = "CORS support for aiohttp"
Expand Down

0 comments on commit 866125c

Please sign in to comment.