]> granicus.if.org Git - python/commitdiff
Post-release bump for 3.4.0 beta 3.
authorLarry Hastings <larry@hastings.org>
Mon, 27 Jan 2014 06:27:20 +0000 (22:27 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 27 Jan 2014 06:27:20 +0000 (22:27 -0800)
Include/patchlevel.h
Misc/NEWS

index 8f62e2bab99dab03f19137e25fe5040033317283..5182aba9c0a477aaf26824c28c9f95401076fa90 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0b3"
+#define PY_VERSION             "3.4.0b3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index a127237e5657e88a32c0a9f1a7c3f409f6bf2eaf..113fe5ddc753314d7e8cd1602ac01f3f4a22a742 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.0 release candidate 1?
+===============================================
+
+Release date: 2014-02-09
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.0 Beta 3?
 ==================================