]> granicus.if.org Git - python/commitdiff
prepare for final
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Nov 2010 23:34:41 +0000 (23:34 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Nov 2010 23:34:41 +0000 (23:34 +0000)
Include/patchlevel.h
Misc/NEWS

index d599c9702cedaa0da269740972fef78d8ac0bffc..2a01bd530ede69bb513877fecb596ded0c4066a4 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.1.3rc1"
+#define PY_VERSION             "3.1.3rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 6f1dd3e691c14555f316d97cf3295a3c40c5ed35..7fb9717494c643f8ac1168c6e4ba666bbc6d8729 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.1.3?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1.3 release candidate 1?
 ===============================================