]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
onto 2.7.6
authorBenjamin Peterson <benjamin@python.org>
Sun, 12 May 2013 03:36:05 +0000 (22:36 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 12 May 2013 03:36:05 +0000 (22:36 -0500)
Include/patchlevel.h
Misc/NEWS

index bdf179e6241d3a54f68fabf8e9883f6493e63157..07b79e41fb5258efce57357dd312b33720a9ca9c 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.5"
+#define PY_VERSION             "2.7.5+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 8f9739022e9c36d52eb7eee875267daf5d946d4f..160234688095dbb9895e424854bcfd40417a4738 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,6 +1,18 @@
 Python News
 +++++++++++
 
+What's New in Python 2.7.6?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.7.5?
 ===========================