[Python-checkins] cpython (3.1): after 3.1.5

benjamin.peterson python-checkins at python.org
Wed Apr 11 22:49:56 CEST 2012


http://hg.python.org/cpython/rev/5a6fa1b8767f
changeset:   76255:5a6fa1b8767f
branch:      3.1
parent:      76191:64bb1d258322
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 11 16:46:54 2012 -0400
summary:
  after 3.1.5

files:
  Include/patchlevel.h |   2 +-
  Misc/NEWS            |  12 ++++++++++++
  2 files changed, 13 insertions(+), 1 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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
diff --git a/Misc/NEWS b/Misc/NEWS
--- 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?
 ===========================
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list