From: Ned Deily Date: Tue, 12 Jul 2016 05:14:53 +0000 (-0400) Subject: Start 3.6.0a4 X-Git-Tag: v3.6.0a4~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b209392b0ed8c26f5710a7e486b679fd228c1666;p=thirdparty%2FPython%2Fcpython.git Start 3.6.0a4 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e4e3483430b9..1f2ad191192a 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 fe7f83c73c17..1f992ef16b2a 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 ==================================