]> granicus.if.org Git - python/commitdiff
Post-release fixups for Python 3.5.1.
authorLarry Hastings <larry@hastings.org>
Mon, 7 Dec 2015 05:53:27 +0000 (21:53 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 7 Dec 2015 05:53:27 +0000 (21:53 -0800)
Include/patchlevel.h
Misc/NEWS

index bca4b3f8071cd9cc1a8548f239338ada621201df..1249086ff56256839963fcabb946fa175b3f1bc8 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.5.1"
+#define PY_VERSION             "3.5.1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 0addd80a4bae48d3216170ee8fcecd3694749937..d5f8623029a2bbaa7cbd2f57184d2d4b73b20a80 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.2 release candidate 1?
+===============================================
+
+Release date: tba
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.1 final?
 =================================