From: Georg Brandl Date: Tue, 16 Nov 2010 15:15:56 +0000 (+0000) Subject: Post-release bumps. X-Git-Tag: v3.2b1~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b0034d04069801d5d8685852754c5c8edc88db7;p=python Post-release bumps. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1b77067715..2bda30dec3 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.2a4" +#define PY_VERSION "3.2a4+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index f33aba04f7..dc62b66b30 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.2 Beta 1? +================================ + +*Release date: XX-Dec-2010* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2 Alpha 4? =================================