]> granicus.if.org Git - python/commitdiff
Post-release fixes for 3.5.0b1.
authorLarry Hastings <larry@hastings.org>
Sun, 24 May 2015 23:40:45 +0000 (16:40 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 24 May 2015 23:40:45 +0000 (16:40 -0700)
Include/patchlevel.h
Misc/NEWS

index 9664dd90d19f70aab35310796d79ba99fd76c9da..b5cac688132633eaa95a1f71310c7b9d1064630a 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0b1"
+#define PY_VERSION             "3.5.0b1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index ef2a0f0e874241cb0fbe14a8f1567e45b175d36e..73615942b6976432d19eec6b70978b76f9756381 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.0 beta 2?
+==================================
+
+Release date: 2015-07-05
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.0 beta 1?
 ==================================