Post release bump
authorBarry Warsaw <barry@python.org>
Tue, 24 Aug 2010 16:19:58 +0000 (16:19 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 24 Aug 2010 16:19:58 +0000 (16:19 +0000)
Include/patchlevel.h
Misc/NEWS

index 2d5cde2959d66eaa99e0b694b69c20d9fe646f11..3952d075cf999a2f09d790b533667014e06e5f38 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.6.6"
+#define PY_VERSION             "2.6.6+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index f02c86e3436ea2c4c08da91341ca5e54fe75b987..550091cc7538c8a079a0bdd3d7326f3fd5a05293 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,22 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.6.7?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+*NOTE: Python 2.6 is in security-fix-only mode.  No non-security bug fixes are
+ allowed.  Python 2.6.7 and beyond will be source only releases.*
+
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.6?
 ===========================