summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-04 14:22:11 +0200
committerGeorg Brandl <georg@python.org>2014-10-04 14:22:11 +0200
commit76e73f85a3a9d7d4210f45ac020c5e5ce5323d80 (patch)
treea87b89efbf28a357d8c859d9cece19ae042c4788 /Lib
parent736b8012b42be24dd26b57bd443a576cc37c116c (diff)
downloadcpython-git-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.tar.gz
Bump to 3.3.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 2e8719f8b7..c58e98db56 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.3.5"
+__version__ = "3.3.6rc1"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 044bef929f..be6a99263f 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.5"
+IDLE_VERSION = "3.3.6rc1"