From: Martin v. Löwis Date: Sun, 31 Jan 2010 16:00:16 +0000 (+0000) Subject: Post 2.5.5. X-Git-Tag: v2.5.6c1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3b56fcfcb88a5643e3e7c4aa2ab7418166f563c;p=python Post 2.5.5. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 975069903a..80e765de54 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 5 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_MICRO_VERSION 6 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.5.5" +#define PY_VERSION "2.5.5+" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" diff --git a/Misc/NEWS b/Misc/NEWS index ffb5fae17c..d5de2c0c54 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.6c1? +============================= + +*Release date: XX-XXX-2010* + + What's New in Python 2.5.5? ===========================