]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release cleanup: 3.6.0a1 -> 3.6.0a2
authorNed Deily <nad@python.org>
Tue, 17 May 2016 20:55:41 +0000 (16:55 -0400)
committerNed Deily <nad@python.org>
Tue, 17 May 2016 20:55:41 +0000 (16:55 -0400)
Include/patchlevel.h
Misc/NEWS

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