From: Martin v. Löwis Date: Sat, 20 Dec 2008 03:38:16 +0000 (+0000) Subject: Post 2.5.3. X-Git-Tag: v2.5.4~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b90b144c470b203899442b3a9d637c023a778bd9;p=python Post 2.5.3. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 61826a9bac..552cf02649 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -21,12 +21,12 @@ /* Version parsed out into numeric values */ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 5 -#define PY_MICRO_VERSION 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_MICRO_VERSION 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.5.3" +#define PY_VERSION "2.5.3+" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" diff --git a/Misc/NEWS b/Misc/NEWS index dccb4e63f5..f7ff496ca2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,12 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.5.4? +=========================== + +*Release date: XX-XXX-2009* + + What's New in Python 2.5.3? ===========================