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

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