]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-2.6.1 tweak
authorBarry Warsaw <barry@python.org>
Fri, 5 Dec 2008 05:03:06 +0000 (05:03 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 5 Dec 2008 05:03:06 +0000 (05:03 +0000)
Include/patchlevel.h
Misc/NEWS

index 55fe65e21ab7983d19eab62d8eec27a9c58f6205..5ce83bc9beead5219a26a64569e93789e2cb80ee 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.6.1"
+#define PY_VERSION             "2.6.1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 653a39d32cf095fc03b7cfa9e78b5670d94fc856..a2aacc1f0f00389ca5c301e52b122a9a215bb558 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.2
+==========================
+
+*Release date: XX-XXX-200X*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.1
 ==========================