From: Georg Brandl Date: Sat, 13 Aug 2011 18:19:09 +0000 (+0200) Subject: Post-release steps. X-Git-Tag: v3.2.2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=666ed0b84d68fcc2962d1857a227c5d458f1cd40;p=thirdparty%2FPython%2Fcpython.git Post-release steps. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 4558c7637159..307cb8d3b4c2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.2.2rc1" +#define PY_VERSION "3.2.2rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty diff --git a/Misc/NEWS b/Misc/NEWS index ee05ddfa7996..fe85823a2d8d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.2.2? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2.2 release candidate 1? ===============================================