]> granicus.if.org Git - python/commitdiff
Post-release updates for Python 3.5.0a1.
authorLarry Hastings <larry@hastings.org>
Sun, 8 Feb 2015 22:07:14 +0000 (14:07 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 8 Feb 2015 22:07:14 +0000 (14:07 -0800)
Include/patchlevel.h
Misc/NEWS

index 9606c154b1a768f3e54c03f21c2c5cafe86e9a7e..ea0c042bfb4117e09097f9faf379d30ee4c7002a 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0a1"
+#define PY_VERSION             "3.5.0a1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 1a9c4815294c3473b287c1bf451ae847aac1adb9..9175fe5203860a02ce72286c7f4bcdc7fd8915bf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5 alpha 2?
+=================================
+
+Release date: 2015-03-08
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5 alpha 1?
 =================================