From: Georg Brandl Date: Sun, 12 Aug 2012 14:58:55 +0000 (+0200) Subject: Post-release updates. X-Git-Tag: v3.3.0rc1~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a026db907f1571a29a40a42897b1184be13a34f1;p=thirdparty%2FPython%2Fcpython.git Post-release updates. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 775e4c51b849..3e17098fcba9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.3.0b2" +#define PY_VERSION "3.3.0b2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Misc/NEWS b/Misc/NEWS index 53c16927dbd4..de94938cd0b4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.3.0 Release Candidate 1? +=============================================== + +*Release date: XX-Aug-2012* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.3.0 Beta 2? ==================================