summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2013-09-30 21:49:31 -0400
committerBarry Warsaw <barry@python.org>2013-09-30 21:49:31 -0400
commit6e279eeee06d8e8ad252640fe1dfd38439e40d57 (patch)
tree5c28126feda373f40e416c6849b536cc845086ec
parentc1d9b2d3f5555e8765e7e40fe9ae9e42f308aea0 (diff)
downloadcpython-git-6e279eeee06d8e8ad252640fe1dfd38439e40d57.tar.gz
post release bump
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS12
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e45eb6efbd..a557ce79af 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.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
index 671c9890a5..5ee935a4f7 100644
--- 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?
================================