]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
onto 3.1.5
authorBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2011 16:33:01 +0000 (11:33 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 11 Jun 2011 16:33:01 +0000 (11:33 -0500)
Include/patchlevel.h
Misc/NEWS

index 3b064470a50b45b759d621656ea80550247dd99d..d9652a5beae5f57b7f8af3379503428f614d7d4d 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.1.4"
+#define PY_VERSION             "3.1.4+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index eab5cc92854a75fcd0e962fbe3c8bab820c2a1a1..e68a4e3126b89c3b1b816c7151ec2d0e4ed89326 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.1.5?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1.4?
 ===========================