From: Benjamin Peterson Date: Sun, 12 May 2013 03:36:05 +0000 (-0500) Subject: onto 2.7.6 X-Git-Tag: v2.7.6rc1~393 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=988aba3ba34631a335066b5f12db8f0035bec28d;p=thirdparty%2FPython%2Fcpython.git onto 2.7.6 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index bdf179e6241d..07b79e41fb52 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.7.5" +#define PY_VERSION "2.7.5+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty diff --git a/Misc/NEWS b/Misc/NEWS index 8f9739022e9c..160234688095 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,6 +1,18 @@ Python News +++++++++++ +What's New in Python 2.7.6? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7.5? ===========================