[Python-checkins] cpython (2.6): Post release twiddle.

barry.warsaw python-checkins at python.org
Tue Apr 10 20:54:00 CEST 2012


http://hg.python.org/cpython/rev/f130ce67387d
changeset:   76213:f130ce67387d
branch:      2.6
parent:      76209:2eebf39a01ab
user:        Barry Warsaw <barry at python.org>
date:        Tue Apr 10 14:50:39 2012 -0400
summary:
  Post release twiddle.

files:
  Include/patchlevel.h |   2 +-
  Misc/NEWS            |  12 ++++++++++++
  2 files changed, 13 insertions(+), 1 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION      	"2.6.8"
+#define PY_VERSION      	"2.6.8+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 2.6.9 rc 1?
+================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.8?
 ===========================
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list