summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-07-12 05:14:53 (GMT)
committerNed Deily <nad@python.org>2016-07-12 05:14:53 (GMT)
commitb209392b0ed8c26f5710a7e486b679fd228c1666 (patch)
treec202ea42d753e5ed0fc951eefba0b35fc9c39369
parent6c0d496fc8447c3be3bfb4c2575e7b456b18ac03 (diff)
downloadcpython-b209392b0ed8c26f5710a7e486b679fd228c1666.zip
cpython-b209392b0ed8c26f5710a7e486b679fd228c1666.tar.gz
cpython-b209392b0ed8c26f5710a7e486b679fd228c1666.tar.bz2
Start 3.6.0a4
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS12
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e4e3483..1f2ad19 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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.
diff --git a/Misc/NEWS b/Misc/NEWS
index fe7f83c..1f992ef 100644
--- 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
==================================