From: Ned Deily Date: Sun, 18 Jun 2017 01:58:49 +0000 (-0400) Subject: Bump version for post 3.6.2rc1 X-Git-Tag: v3.6.3rc1~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccc06d32708157b6712808309faf52ceaf7c2870;p=python Bump version for post 3.6.2rc1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9c22385f3b..b4996d55ec 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.2rc1" +#define PY_VERSION "3.6.2rc1+" /*--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 bccdf94e24..868bfc4fec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,7 +1,19 @@ -+++++++++++ ++++++++++++ Python News +++++++++++ +What's New in Python 3.6.3 release candidate 1? +=============================================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.6.2 release candidate 1? ===============================================