Skip to content

Commit 83dd52e

Browse files
committed
bump version to 0.3.0
1 parent 6108809 commit 83dd52e

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.3.0 (XXXX-XX-XX)
4+
0.3.0 (2016-02-06)
55
------------------
66

77
- Rename ``UrlDistatcherRouterAdapter`` to ``UrlDispatcherRouterAdapter``.

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

0 commit comments

Comments
 (0)