]> granicus.if.org Git - python/commitdiff
Version bump for Python 3.5.0rc3. v3.5.0rc3
authorLarry Hastings <larry@hastings.org>
Mon, 7 Sep 2015 12:12:05 +0000 (05:12 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 7 Sep 2015 12:12:05 +0000 (05:12 -0700)
Include/patchlevel.h
Misc/NEWS
README

index 9e81990dce69a0a3b5508854d3a23e0468edd958..e42d13d5f3c58554e40663d3035892adcb7ec666 100644 (file)
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0rc2+"
+#define PY_VERSION             "3.5.0rc3"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index e30e36e8da0ae8eda419dfef1ae8d2af8fd1fe05..f0ba9d4189f32467260d1f494383fcf681ca57fb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.5.0 release candidate 3?
 ===============================================
 
-Release date: 2015-09-06
+Release date: 2015-09-07
 
 Core and Builtins
 -----------------
diff --git a/README b/README
index 16c109c07aff82dc2d9be4036dff53976fa1bdcb..986941c362f1452f2fff091638d50e8f1373a15c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.5.0 release candidate 2
+This is Python version 3.5.0 release candidate 3
 ================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,