From: Benjamin Peterson Date: Sun, 22 Nov 2015 02:38:18 +0000 (-0800) Subject: post rc1 updates X-Git-Tag: v2.7.11~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85592c9c80d169e336cfeae6de0c3361f7437166;p=thirdparty%2FPython%2Fcpython.git post rc1 updates --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index f8f2c144d2bc..ce751197a9ee 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.11rc1" +#define PY_VERSION "2.7.11rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty diff --git a/Misc/NEWS b/Misc/NEWS index 0861cfe1e6ad..6d53301c7637 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 2.7.11? +============================ + +*Release date: 2015-12-05* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7.11 release candidate 1? ================================================