summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-20 10:37:07 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-20 10:37:07 (GMT)
commit3ebb6b361553b1a786396189e92945a59075e51a (patch)
treedc445377f7dd0d5285513a369d9e2a4ab334b29e /Lib
parent4a9d447ac633fb5ca29ace78d5bbfd9cd6d125db (diff)
downloadcpython-3ebb6b361553b1a786396189e92945a59075e51a.zip
cpython-3ebb6b361553b1a786396189e92945a59075e51a.tar.gz
cpython-3ebb6b361553b1a786396189e92945a59075e51a.tar.bz2
Bump trunk to 3.3 alpha 0.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/__init__.py2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 49b6d51..bd7d9dd 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.2"
+__version__ = "3.3a0"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 5b0907e..5e9afb1 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.2"
+IDLE_VERSION = "3.3a0"