[Python-checkins] cpython (2.6): post release bump

barry.warsaw python-checkins at python.org
Tue Oct 1 03:50:53 CEST 2013


http://hg.python.org/cpython/rev/663ed8f2846b
changeset:   85904:663ed8f2846b
branch:      2.6
parent:      85902:ac15a58d3a4c
user:        Barry Warsaw <barry at python.org>
date:        Mon Sep 30 21:49:31 2013 -0400
summary:
  post release bump

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	1
 
 /* Version as a string */
-#define PY_VERSION      	"2.6.9rc1"
+#define PY_VERSION      	"2.6.9rc1+"
 /*--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?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.9 rc 1?
 ================================
 

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


More information about the Python-checkins mailing list