]> granicus.if.org Git - python/commitdiff
Post 2.6.5 final cleanup.
authorBarry Warsaw <barry@python.org>
Fri, 19 Mar 2010 23:02:15 +0000 (23:02 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 19 Mar 2010 23:02:15 +0000 (23:02 +0000)
Include/patchlevel.h
Misc/NEWS

index 71b06a0567195fc645116f23d524784a1a1c60a6..99026124308a0cf41983005fd6e66e9d0cb07069 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.6.5"
+#define PY_VERSION             "2.6.5+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 290dd43b0a66fb135bb177e5963233d5e57f61a9..e5144569c79c7a21186461dceaadc2e51b8f27ce 100644 (file)
--- 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.6.6 alpha 1?
+===================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.5?
 ===========================