]> granicus.if.org Git - python/commitdiff
Start 3.6.0b2
authorNed Deily <nad@python.org>
Mon, 12 Sep 2016 19:49:58 +0000 (15:49 -0400)
committerNed Deily <nad@python.org>
Mon, 12 Sep 2016 19:49:58 +0000 (15:49 -0400)
Include/patchlevel.h
Misc/NEWS

index 36e221f0f29faa212f38a4c3fef10e5921a983cb..b6235084564bfc1776c90bf0fab92dc21f691bc5 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.6.0b1"
+#define PY_VERSION             "3.6.0b1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index f2ad24be290a98d1c6782cc715f07c2da665520d..5f2ded472405958268557612baf5e3e755c82daa 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.6.0 beta 2
+=================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.6.0 beta 1
 =================================