]> granicus.if.org Git - python/commitdiff
Post-release touchups for Python 3.4.4 final.
authorLarry Hastings <larry@hastings.org>
Mon, 21 Dec 2015 06:42:47 +0000 (22:42 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 21 Dec 2015 06:42:47 +0000 (22:42 -0800)
Include/patchlevel.h
Misc/NEWS

index cfef5604d575c9fe525fb53ae347ca54c767c91e..e1a147b7757e5d1fda0d47b5fc3cccbd32e32ec9 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.4.4"
+#define PY_VERSION             "3.4.4+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 5f73fd1c2e7b48723a4d9fe029b8874688f43ceb..f566f6504bdb2c962070603266f36501396215a3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.5?
+===========================
+
+Release date: tba
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.4?
 ===========================