summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-09 08:37:14 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-09 08:37:14 (GMT)
commitfbd7518a412b162a0b749f6df71b3105140ab253 (patch)
treee8a63fbf8c343525699b75c7d07f82cc2af10bda /Lib/distutils
parent444c1710f3fc1106cb61183b8d5be660456a4509 (diff)
downloadcpython-fbd7518a412b162a0b749f6df71b3105140ab253.zip
cpython-fbd7518a412b162a0b749f6df71b3105140ab253.tar.gz
cpython-fbd7518a412b162a0b749f6df71b3105140ab253.tar.bz2
Bump to 3.3.5 final.v3.3.5
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 7d40ab4..2e8719f 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.5rc2"
+__version__ = "3.3.5"
#--end constants--