]> granicus.if.org Git - python/commitdiff
Post-release updates for Python 3.5.0.
authorLarry Hastings <larry@hastings.org>
Sun, 13 Sep 2015 14:36:07 +0000 (15:36 +0100)
committerLarry Hastings <larry@hastings.org>
Sun, 13 Sep 2015 14:36:07 +0000 (15:36 +0100)
Include/patchlevel.h
Misc/NEWS

index 226f9cfdd7853e135dee803e22583731e9eeee09..5145dd4e73a3f4bfa56127adb4917384c5931f4e 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0"
+#define PY_VERSION             "3.5.0+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 564933e1e5865f79409bd5f556f233b3764a1efb..37d2d3b4674b22c28a0aa288a76b514e3a1e04cb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.1 release candidate 1?
+===============================================
+
+Release date: TBA
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.0 final?
 =================================