Post-release updates for Python 3.5.1rc1.
authorLarry Hastings <larry@hastings.org>
Mon, 23 Nov 2015 07:22:47 +0000 (23:22 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 23 Nov 2015 07:22:47 +0000 (23:22 -0800)
Include/patchlevel.h
Misc/NEWS

index a98bd30c9f1d3e56b41e637e5bfef0e386821026..3728a50cb221221e105f9ff7bb6f22ef68c43799 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.5.1rc1"
+#define PY_VERSION             "3.5.1rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 90873c73edee51f2f2a5d12530f32d21997ba563..159d3d138525f936578d511d5baefaf836100cb7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,17 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.1 final?
+=================================
+
+Release date: 2015-12-06
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
 
 What's New in Python 3.5.1 release candidate 1?
 ===============================================