summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-10-06 02:05:50 (GMT)
committerLarry Hastings <larry@hastings.org>2014-10-06 02:05:50 (GMT)
commitdbb126103e1c4f2818e0dfc7aa4a689d86565e7a (patch)
treed68eebcfa31c1c3698cabccfc9426e47a946b912 /Lib/distutils
parentc6256e5f7da7be4566e918114b3a162c613c6ab2 (diff)
downloadcpython-dbb126103e1c4f2818e0dfc7aa4a689d86565e7a.zip
cpython-dbb126103e1c4f2818e0dfc7aa4a689d86565e7a.tar.gz
cpython-dbb126103e1c4f2818e0dfc7aa4a689d86565e7a.tar.bz2
Release bump for 3.4.2 final.v3.4.2
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 750a503..dfe62ff 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.4.2rc1"
+__version__ = "3.4.2"
#--end constants--