diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 19:09:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 19:09:24 (GMT) |
commit | 41ea8ae667625edd662bffc328efeec50a2d82f5 (patch) | |
tree | f1d60c33c09783bfe1b1dec818ea7e04511346c1 /Lib | |
parent | 46402378ca894bc9ffabb05fc2c59e2d124b41e9 (diff) | |
download | cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.zip cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.tar.gz cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.tar.bz2 |
Bump to 3.2b1.
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 bae33b5..8b85f35 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.2a4" +__version__ = "3.2b1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 812e071..65283a2 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2a4" +IDLE_VERSION = "3.2b1" |