summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-04 12:15:42 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-04 12:15:42 (GMT)
commite800a0e1c2b93f185580ae3926b239e2944b56d9 (patch)
treecdf88d6bf63441c888d4aeeeb1ef99a0554479d3 /Lib
parent4480d30b8b69ce33f7fa98d9f38cdee343d1d2f3 (diff)
downloadcpython-e800a0e1c2b93f185580ae3926b239e2944b56d9.zip
cpython-e800a0e1c2b93f185580ae3926b239e2944b56d9.tar.gz
cpython-e800a0e1c2b93f185580ae3926b239e2944b56d9.tar.bz2
Bump to 3.2.6rc1
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 f9016d6..382e4b1 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.2.5"
+__version__ = "3.2.6rc1"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 4a7c336..b69949d 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.2.5"
+IDLE_VERSION = "3.2.6rc1"