]> granicus.if.org Git - python/commitdiff
after 3.1.5
authorBenjamin Peterson <benjamin@python.org>
Wed, 11 Apr 2012 20:46:54 +0000 (16:46 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 11 Apr 2012 20:46:54 +0000 (16:46 -0400)
Include/patchlevel.h
Misc/NEWS

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