From 46ea4f73b998364e020972eb80415e6004a917f2 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 27 Jun 2009 21:40:27 +0000 Subject: bump to 3.2a0 --- Lib/distutils/__init__.py | 2 +- Lib/idlelib/idlever.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib') diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 73c77f1fa6..18b02fc629 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.1" +__version__ = "3.2a0" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index c3314d562a..3ca3cdebba 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1" +IDLE_VERSION = "3.2a0" -- cgit v1.2.1