From: Benjamin Peterson Date: Sat, 11 Jun 2011 16:33:01 +0000 (-0500) Subject: onto 3.1.5 X-Git-Tag: v3.2.1rc2~73^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acde6a0a40bc749aed4bb5f30560d1c5a9e2be3c;p=thirdparty%2FPython%2Fcpython.git onto 3.1.5 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3b064470a50b..d9652a5beae5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.1.4" +#define PY_VERSION "3.1.4+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty diff --git a/Misc/NEWS b/Misc/NEWS index eab5cc92854a..e68a4e3126b8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.1.5? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.1.4? ===========================