]> granicus.if.org Git - python/commitdiff
point in the general direction of 3.1.4
authorBenjamin Peterson <benjamin@python.org>
Sun, 28 Nov 2010 04:50:12 +0000 (04:50 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 28 Nov 2010 04:50:12 +0000 (04:50 +0000)
Include/patchlevel.h
Misc/NEWS

index 9bcab544f0cbc17d08284cb5d8fa9b09f42d9f31..61d898cc5a6eb0aeca4312cab9d11c7a1f67ad8e 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.1.3"
+#define PY_VERSION             "3.1.3+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 69f232412ae0ec12bfb5f7dd98762c5416dc1516..d8924523d2c279917746ac2dc527d3561d6b8b06 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.1.4?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1.3?
 ===========================