From ccc06d32708157b6712808309faf52ceaf7c2870 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 17 Jun 2017 21:58:49 -0400 Subject: [PATCH] Bump version for post 3.6.2rc1 --- Include/patchlevel.h | 2 +- Misc/NEWS | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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? =============================================== -- 2.50.1