From a9d499d791e0f040e62dc2005103d362db461e3c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 1 Mar 2008 18:38:07 +0000 Subject: [PATCH] Prep for 3.0a4 --- Include/patchlevel.h | 2 +- Misc/NEWS | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1f6b27e85553..a3aac4c6ccda 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,7 +22,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.0a3" +#define PY_VERSION "3.0a3+" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" diff --git a/Misc/NEWS b/Misc/NEWS index 087027855944..172dcce25e77 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,13 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 3.0a4? +=========================== + +*Release date: XX-XXX-2008* + + + What's New in Python 3.0a3? =========================== -- 2.47.3