]> granicus.if.org Git - python/commitdiff
Post-release updates for Python 3.5.0a4.
authorLarry Hastings <larry@hastings.org>
Mon, 20 Apr 2015 08:18:10 +0000 (01:18 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 20 Apr 2015 08:18:10 +0000 (01:18 -0700)
Include/patchlevel.h
Misc/NEWS

index 9b6cb775f90502c12e1ebbe14fe93310cd640872..1023a8ea17e30439d88f307c8b88462c38c7966e 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      4
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0a4"
+#define PY_VERSION             "3.5.0a4+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 787b79bb9a52b0d2135cee992c6919781b452619..03c0fd5ae3c2cebc60d9298e1c17bcbc46f9ea94 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.0 beta 1?
+==================================
+
+Release date: 2015-04-24
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.0 alpha 4?
 ===================================