From 24c67fca69098b451bda609fe939a4e16e19288c Mon Sep 17 00:00:00 2001 From: Alex Gr?nholm Date: Fri, 7 Jan 2011 23:37:03 +0000 Subject: Bumped up version number --- docs/conf.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e7652bc..d17305b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,16 +38,16 @@ master_doc = 'index' # General information about the project. project = u'futures' -copyright = u'2009-2010, Brian Quinlan' +copyright = u'2009-2011, Brian Quinlan' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.1' +version = '2.1.1' # The full version, including alpha/beta/rc tags. -release = '2.1' +release = '2.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 012826a..edbe8ca 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ except ImportError: from distutils.core import setup setup(name='futures', - version='2.1', + version='2.1.1', description='Backport of the concurrent.futures package from Python 3.2', author='Brian Quinlan', author_email='brian@sweetapp.com', -- cgit v1.2.1