]> granicus.if.org Git - python/commitdiff
Start 3.6.0a4
authorNed Deily <nad@python.org>
Tue, 12 Jul 2016 05:14:53 +0000 (01:14 -0400)
committerNed Deily <nad@python.org>
Tue, 12 Jul 2016 05:14:53 +0000 (01:14 -0400)
Include/patchlevel.h
Misc/NEWS

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