From: Ned Deily Date: Tue, 14 Jun 2016 03:46:45 +0000 (-0400) Subject: Start 3.6.0a3 X-Git-Tag: v3.6.0a3~168^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a43f727a4b3ea465133bc617e27acef75371815;p=thirdparty%2FPython%2Fcpython.git Start 3.6.0a3 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 6dc6df226d3b..4164ff316706 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 96849b8ab071..5a9d42ca36b0 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 ==================================