]> granicus.if.org Git - python/commitdiff
Post-release verion bump for 3.4.0(+).
authorLarry Hastings <larry@hastings.org>
Mon, 17 Mar 2014 03:13:07 +0000 (20:13 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 17 Mar 2014 03:13:07 +0000 (20:13 -0700)
Include/patchlevel.h
Misc/NEWS

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