]> granicus.if.org Git - python/commitdiff
Post-version release cleanup.
authorLarry Hastings <larry@hastings.org>
Mon, 30 Sep 2013 00:09:55 +0000 (01:09 +0100)
committerLarry Hastings <larry@hastings.org>
Mon, 30 Sep 2013 00:09:55 +0000 (01:09 +0100)
Include/patchlevel.h
Misc/NEWS

index ec6311f76141276ca69c22c46b3ae08cf6d98fe1..b38c72cfede21c20fae5b93bb42f47a5dc4f2124 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0a3"
+#define PY_VERSION             "3.4.0a3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 5fbbfcd5ebf84bdb8345c7e48adf0eb7e31f6c60..b7d80dd50434046c42d64ef189ddb3879da16927 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.4.0 Alpha 4?
+================================
+
+Projected release date: 2013-10-20
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.4.0 Alpha 3?
 ===================================