From: Ned Deily Date: Tue, 11 Oct 2016 00:46:40 +0000 (-0400) Subject: Start 3.6.0b3 X-Git-Tag: v3.6.0b3~137^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4f45bb0c4e5c899d6ec793f423ce16f631b867e;p=python Start 3.6.0b3 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 258dabb71c..29da489cfa 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.0b2" +#define PY_VERSION "3.6.0b2+" /*--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 aad546c5e7..70dac5ae02 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.6.0 beta 3 +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.6.0 beta 2 =================================