From: Benjamin Peterson Date: Wed, 11 Apr 2012 20:46:54 +0000 (-0400) Subject: after 3.1.5 X-Git-Tag: 3.1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fd0b1a1b95604c74968a10e5fda222655c0b52d;p=thirdparty%2FPython%2Fcpython.git after 3.1.5 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 7d88be09f20f..22ab232088b9 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.5" +#define PY_VERSION "3.1.5+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty diff --git a/Misc/NEWS b/Misc/NEWS index 1b487722c612..77e2ddaf755f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.1.6? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.1.5? ===========================