]> granicus.if.org Git - python/commitdiff
Post-release updates for Python 3.5.0b4.
authorLarry Hastings <larry@hastings.org>
Sun, 26 Jul 2015 14:55:08 +0000 (07:55 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 26 Jul 2015 14:55:08 +0000 (07:55 -0700)
Include/patchlevel.h
Misc/NEWS

index 933ca43332149aef7de535dc82b0672666c4b95f..eb056c5c65d5b3f43fb03ce30bea59981a771f98 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      4
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0b4"
+#define PY_VERSION             "3.5.0b4+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 9515b7962613854bd2466d8d8adf28037b805d9f..5b622d8abbd07ff61e492ef1678933c6649c8278 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.5.0 release candidate 1?
+===============================================
+
+Release date: 2015-08-09
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.5.0 beta 4?
 ==================================