summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-07-12 01:14:53 -0400
committerNed Deily <nad@python.org>2016-07-12 01:14:53 -0400
commit3cfbbff5f1d13f83dcbdddd886278f6a4265e7bc (patch)
tree21950d346350d99fd79e862d8d895743f7edbf49
parent70498d155cf7662348872ca26f2c5ff91567e9dc (diff)
downloadcpython-3cfbbff5f1d13f83dcbdddd886278f6a4265e7bc.tar.gz
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 e4e3483430..1f2ad19119 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 fe7f83c73c..1f992ef16b 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
==================================