From: Benjamin Peterson Date: Sat, 11 Jun 2016 22:12:35 +0000 (-0700) Subject: off to 2.7.13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f3a8431cfe43bad825d667fed010243d96ec54d;p=python off to 2.7.13 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 4c57860158..fbb9e33548 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7.12rc1" +#define PY_VERSION "2.7.12rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty diff --git a/Misc/NEWS b/Misc/NEWS index 3926350e51..72e5396ca2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 2.7.13? +============================ + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7.12 release candidate 1? ================================================