Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 21, 2017
1 parent 9e0c757 commit 8b0b750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
CHANGES
=======

0.6.0 (XXXX-XX-XX)
0.6.0 (2017-12-21)
------------------

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

0.5.3 (2017-04-21)
------------------
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.6.0a0"
__version__ = "0.6.0"
__author__ = "Vladimir Rutsky"
__email__ = "vladimir@rutsky.org"
__summary__ = "CORS support for aiohttp"
Expand Down

0 comments on commit 8b0b750

Please sign in to comment.