Skip to content

Commit

Permalink
Merge pull request #83 from aio-libs/v0.5.2
Browse files Browse the repository at this point in the history
v0.5.2
  • Loading branch information
rutsky authored Mar 28, 2017
2 parents 3f72542 + 62c1855 commit 96bd5ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
CHANGES
=======

0.6.0 (2017-XX-XX)
0.5.2 (2017-03-28)
------------------

- Fix tests compatibility with ``aiohttp`` 2.0.
This release and release v0.5.0 should work on ``aiohttp`` 2.0.


0.5.1 (2017-03-23)
------------------
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.5.2"
__author__ = "Vladimir Rutsky"
__email__ = "vladimir@rutsky.org"
__summary__ = "CORS support for aiohttp"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def setUp(self):

self.server = None

self.session = aiohttp.ClientSession()
self.session = aiohttp.ClientSession(loop=self.loop)

def tearDown(self):
self.session.close()
Expand Down

0 comments on commit 96bd5ad

Please sign in to comment.