]> granicus.if.org Git - python/commitdiff
Start 3.6.0b4
authorNed Deily <nad@python.org>
Tue, 1 Nov 2016 04:35:39 +0000 (00:35 -0400)
committerNed Deily <nad@python.org>
Tue, 1 Nov 2016 04:35:39 +0000 (00:35 -0400)
Include/patchlevel.h
Misc/NEWS

index 36c1649792d23fd9066f9965b096f706e6f74982..2d68638390642c04dd6ba7bb8973f282351a59b7 100644 (file)
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_SERIAL      4
 
 /* Version as a string */
-#define PY_VERSION             "3.6.0b3"
+#define PY_VERSION             "3.6.0b4+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 88fd5ca4ba9d5e3498807a6ae388dfd0f73d872e..433ae0a83f6266dba9d3b30ac74b0444ced6764f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.6.0 beta 4
+=================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.6.0 beta 3
 =================================