Skip to content

Commit

Permalink
Make release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cykooz committed Aug 7, 2015
1 parent 733015d commit 2e34fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()``.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit 2e34fc7

Please sign in to comment.