summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-13 23:46:45 -0400
committerNed Deily <nad@python.org>2016-06-13 23:46:45 -0400
commit8a43f727a4b3ea465133bc617e27acef75371815 (patch)
treec283732170e663c13fdd980a2bd0b9c6074ee840
parent75bca24270134ff7a53326231f8a2417a33ef3fa (diff)
downloadcpython-git-8a43f727a4b3ea465133bc617e27acef75371815.tar.gz
Start 3.6.0a3
-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 6dc6df226d..4164ff3167 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.6.0a2"
+#define PY_VERSION "3.6.0a2+"
/*--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 96849b8ab0..5a9d42ca36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.6.0 alpha 3
+==================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
What's New in Python 3.6.0 alpha 2
==================================