diff --git a/CHANGES.txt b/CHANGES.txt index 837be4a..4cc206a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ CHANGES ======= -0.3.dev -------- +0.3 (08/07/2015) +---------------- - Fixed calls of ``SessionManager.aquire()`` - was removed the unnecessary second argument. - Fixed the incorrect argument in one call of ``cors_headers()``. diff --git a/setup.py b/setup.py index 5a2cb73..9cc4d5b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -version = '0.2' +version = '0.3' install_requires = ['aiohttp >= 0.15.1'] tests_require = install_requires + ['nose']