summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-12 07:03:40 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-12 07:03:40 (GMT)
commit18e897250a073e22ebc5e50d59551e44d98f8338 (patch)
tree649cb526b50a21a705280b284c7f46472512fd8e /Lib
parent4cae8ff00b2db16e07906206b0444229aa68a6a5 (diff)
downloadcpython-18e897250a073e22ebc5e50d59551e44d98f8338.zip
cpython-18e897250a073e22ebc5e50d59551e44d98f8338.tar.gz
cpython-18e897250a073e22ebc5e50d59551e44d98f8338.tar.bz2
Bump to 3.3.6v3.3.6
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 c58e98d..057e90b 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.6rc1"
+__version__ = "3.3.6"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index be6a992..9ad7d89 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.6rc1"
+IDLE_VERSION = "3.3.6"