From 9b0034d04069801d5d8685852754c5c8edc88db7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 16 Nov 2010 15:15:56 +0000 Subject: [PATCH] Post-release bumps. --- Include/patchlevel.h | 2 +- Misc/NEWS | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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? ================================= -- 2.50.1