Mark 0.6.0 version

This commit is contained in:
Yury Selivanov 2014-07-21 17:14:51 -04:00
parent 727158b311
commit 6f5ce9bbb8
2 changed files with 6 additions and 1 deletions

5
NEWS Normal file
View File

@ -0,0 +1,5 @@
0.6.0
-----
- Added compatibility with Python 2.7 and Trollius.
- Use of new 'loop.create_task' API.

View File

@ -11,7 +11,7 @@ finally:
setup(
name='greenio',
version='0.5.0',
version='0.6.0',
description="Greenlets for asyncio (PEP 3156).",
url='https://github.com/1st1/greenio/',
license='Apache 2.0',