From: Ned Deily Date: Tue, 17 May 2016 20:55:41 +0000 (-0400) Subject: Post-release cleanup: 3.6.0a1 -> 3.6.0a2 X-Git-Tag: v3.6.0a2~278^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=786ed5537c28dd11abd88a89ab020f5b88dbf736;p=thirdparty%2FPython%2Fcpython.git Post-release cleanup: 3.6.0a1 -> 3.6.0a2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3574454f28db..f0348bb53a7b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -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. diff --git a/Misc/NEWS b/Misc/NEWS index 0f79e536d14c..2043ae3e003d 100644 --- 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? ===================================