diff --git a/CHANGES b/CHANGES index 09b1ab1..86fcfa6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +3.0.3 +===== + +- Fixed AttributeErrors on exit on Python 2.x + + 3.0.2 ===== diff --git a/setup.py b/setup.py index 7c1d40e..0e4524b 100755 --- a/setup.py +++ b/setup.py @@ -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',