diff options
author | Georg Brandl <georg@python.org> | 2010-11-13 06:39:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-13 06:39:58 (GMT) |
commit | 24854cac996ebe2f534cbe58b141fe51fd2d8d0e (patch) | |
tree | 12d37a76483846ce74f358ae1c391db966dcca5b /Lib | |
parent | ac127870753aa3ba4358fbe584029d017f2ebe97 (diff) | |
download | cpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.zip cpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.tar.gz cpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.tar.bz2 |
Bump to 3.2a4.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/__init__.py | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 9df61ab..bae33b5 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.2a3" +__version__ = "3.2a4" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 3976ae3..812e071 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2a3" +IDLE_VERSION = "3.2a4" |