From 4f51baf466ab533f9747e418d6c13d9a11edffc8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 5 Dec 2009 18:40:02 +0000 Subject: post release version bump --- 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 4c9b0d0..a982d8e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7a1" +#define PY_VERSION "2.7a1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index 3fa76b4..03647b9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,18 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.7 alpha 2? +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7 alpha 1 ================================ -- cgit v0.12