]> granicus.if.org Git - python/commitdiff
Post-release updates for 3.5.3.
authorLarry Hastings <larry@hastings.org>
Tue, 17 Jan 2017 08:49:32 +0000 (00:49 -0800)
committerLarry Hastings <larry@hastings.org>
Tue, 17 Jan 2017 08:49:32 +0000 (00:49 -0800)
Include/patchlevel.h
Misc/NEWS

index 77e724957f9db07349c4c055c98721328e2f06bd..1ec9761b9640a8040dea1f9f1f9532a47354dfbf 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.5.3"
+#define PY_VERSION             "3.5.3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 41cfdbab0f5876873b75c3561b2c74d5bce48346..881b268f439337ee76aab9617f0e1f7412bf1867 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,22 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.4 release candidate 1?
+===============================================
+
+Release date: XXXX-XX-XX
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.3?
 ===========================
 
-Release date: 2017-01-16
+Release date: 2017-01-17
 
 There were no code changes between 3.5.3rc1 and 3.5.3 final.