[Python-checkins] cpython (3.2): Post-release steps.

georg.brandl python-checkins at python.org
Mon Jul 4 19:54:56 CEST 2011


http://hg.python.org/cpython/rev/a8ebea1da4d8
changeset:   71204:a8ebea1da4d8
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Mon Jul 04 08:20:48 2011 +0200
summary:
  Post-release steps.

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	2
 
 /* Version as a string */
-#define PY_VERSION      	"3.2.1rc2"
+#define PY_VERSION      	"3.2.1rc2+"
 /*--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.2.1?
+===========================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.2.1 release candidate 2?
 ===============================================
 

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


More information about the Python-checkins mailing list