From ed9c0dc3e6e78962ede7d8863756e5b9aa18faca Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 20 Feb 2011 10:29:04 +0000 Subject: Version bump to 3.2 final. --- Lib/distutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/__init__.py') diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 8a7e3ff92b..49b6d517f6 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2rc3" +__version__ = "3.2" #--end constants-- -- cgit v1.2.1