]> granicus.if.org Git - python/commitdiff
Release bump for Python 3.5.0a3. v3.5.0a3
authorLarry Hastings <larry@hastings.org>
Sun, 29 Mar 2015 22:34:26 +0000 (15:34 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 29 Mar 2015 22:34:26 +0000 (15:34 -0700)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
README

index e137b65fd9b1f8701bf02f46a16571ca5740fabd..a4ca2824d0d29b604d90d05e748ba1f54665feee 100644 (file)
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0a2+"
+#define PY_VERSION             "3.5.0a3"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 451c5fbebc2a0100714df15f5d81a2e9898e859f..6b4287094b7ea5d59491b623960a01590a865067 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.5.0a2"
+__version__ = "3.5.0a3"
 #--end constants--
index 7d9ac673e23c1e0de77be37c6661f9e45231b7dc..f2312c2083e04e1375e328db30b86a76ff8c725e 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.5.0a2"
+IDLE_VERSION = "3.5.0a3"
diff --git a/README b/README
index b00827a00912e13b05b71de7f48cfcdc6bf25514..0ea31be3a36cdc1c4e9c99a97e9e09397ec4ecfc 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.5.0 alpha 2
+This is Python version 3.5.0 alpha 3
 ====================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,