Skip to content

Commit 9c52901

Browse files
committed
Merge pull request #37 from aio-libs/v0.4.0
0.4.0 release
2 parents cf28a1d + 36f670c commit 9c52901

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.4.0 (2016-XX-XX)
4+
0.4.0 (2016-04-04)
55
------------------
66

77
- Fixed support with new Resources objects introduced in ``aiohttp`` 0.21.0.

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

0 commit comments

Comments
 (0)