]> granicus.if.org Git - python/commitdiff
Post-release version bump for 3.4.1rc1. Sorry it's late!
authorLarry Hastings <larry@hastings.org>
Sun, 18 May 2014 03:54:44 +0000 (20:54 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 18 May 2014 03:54:44 +0000 (20:54 -0700)
Include/patchlevel.h
Misc/NEWS

index 1328d375753c865e9bbf0ed3c09dd575c464fdd5..a80a3e8d1be8dbbf81095a5f6be773fd1532efc0 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.4.1rc1"
+#define PY_VERSION             "3.4.1rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 2b79789beef601d31760e91f035ca3b708359f33..f270c8163edaa67c888dbda013379f198b1bd1cc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.1?
+===========================
+
+Release date: 2014-05-18
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.1rc1?
 ==============================