summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-02-08 00:00:45 (GMT)
committerLarry Hastings <larry@hastings.org>2015-02-08 00:00:45 (GMT)
commite5529063b20130938551c126790c880b3f05d8fd (patch)
treed78bad53ec5aac69ce9bd37ff673a40afdabbb01 /Lib
parentaf83f9e3132b2c7353ce262fcb3ae85b9628f857 (diff)
downloadcpython-e5529063b20130938551c126790c880b3f05d8fd.zip
cpython-e5529063b20130938551c126790c880b3f05d8fd.tar.gz
cpython-e5529063b20130938551c126790c880b3f05d8fd.tar.bz2
Version bump for 3.4.3rc1.
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 dfe62ff..e878281 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.2"
+__version__ = "3.4.3rc1"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 40f8cef..87d84fc 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.4.2"
+IDLE_VERSION = "3.4.3rc1"