Updated the changelog and bumped up version

This commit is contained in:
Alex Grönholm 2015-06-13 00:25:26 +03:00
parent 135add761c
commit 6532a7449d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
3.0.3
=====
- Fixed AttributeErrors on exit on Python 2.x
3.0.2
=====

View File

@ -8,7 +8,7 @@ except ImportError:
from distutils.core import setup
setup(name='futures',
version='3.0.2',
version='3.0.3',
description='Backport of the concurrent.futures package from Python 3.2',
author='Brian Quinlan',
author_email='brian@sweetapp.com',