Bump version to 3.2.3-1

This commit is contained in:
MiCHiLU 2012-09-19 13:44:55 +09:00
parent e7fe83c329
commit 0f0722bb7f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
------------------
2012-09-19 3.2.3-1
------------------
- Fix import errors
----------------
2012-09-18 3.2.3
----------------

View File

@ -11,7 +11,7 @@ def main():
setup(
name='functools32',
version='3.2.3',
version='3.2.3-1',
description='Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.',
long_description="""
This is a backport of the functools standard library module from