]> granicus.if.org Git - python/commitdiff
Start 3.6.0bb1
authorNed Deily <nad@python.org>
Tue, 16 Aug 2016 02:32:43 +0000 (22:32 -0400)
committerNed Deily <nad@python.org>
Tue, 16 Aug 2016 02:32:43 +0000 (22:32 -0400)
Include/patchlevel.h
Misc/NEWS

index 589a5430b67d8dc6b4d825f8122d39d05a59f874..d2263d8ec498fe9fd41a036a7704c28d7387b511 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      4
 
 /* Version as a string */
-#define PY_VERSION             "3.6.0a4"
+#define PY_VERSION             "3.6.0a4+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 9356deeae751f9adfb7152e6977ef7bfe580bc38..55fa6b52aea6b4e534c753367e88dc8484d5a63e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.6.0 beta 1
+=================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.6.0 alpha 4
 ==================================