From: Barry Warsaw Date: Sat, 1 Mar 2008 18:38:07 +0000 (+0000) Subject: Prep for 3.0a4 X-Git-Tag: v3.0a4~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9d499d791e0f040e62dc2005103d362db461e3c;p=thirdparty%2FPython%2Fcpython.git Prep for 3.0a4 --- 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? ===========================