]> granicus.if.org Git - python/commitdiff
Version bump for Python 3.5.0rc2. v3.5.0rc2
authorLarry Hastings <larry@hastings.org>
Tue, 25 Aug 2015 03:31:53 +0000 (20:31 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 25 Aug 2015 03:31:53 +0000 (20:31 -0700)
Include/patchlevel.h
Misc/NEWS
README

index b454c9b6747019203fe3bd45a21a6f6b289f7bcc..85f3307a92099cf1f672ac5f8f96d47a727a375d 100644 (file)
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0rc1+"
+#define PY_VERSION             "3.5.0rc2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 422eaa6760888a5f7507f860ec2b3e4fbc31d244..50db78b1e31a18bd3b961b8926cfa1c525090fd2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.5.0 release candidate 2?
 ===============================================
 
-Release date: 2015-08-23
+Release date: 2015-08-25
 
 Core and Builtins
 -----------------
diff --git a/README b/README
index f81f62a7340c51ba874def35da8df2bd0eb57160..16c109c07aff82dc2d9be4036dff53976fa1bdcb 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.5.0 release candidate 1
+This is Python version 3.5.0 release candidate 2
 ================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,