summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-04 12:22:11 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-04 12:22:11 (GMT)
commit76e73f85a3a9d7d4210f45ac020c5e5ce5323d80 (patch)
treea87b89efbf28a357d8c859d9cece19ae042c4788 /Lib/distutils
parent736b8012b42be24dd26b57bd443a576cc37c116c (diff)
downloadcpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.zip
cpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.tar.gz
cpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.tar.bz2
Bump to 3.3.6rc1
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 2e8719f..c58e98d 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--