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

georg.brandl python-checkins at python.org
Sat Jul 9 10:58:14 CEST 2011


http://hg.python.org/cpython/rev/e1d2085cdae1
changeset:   71279:e1d2085cdae1
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Sat Jul 09 10:56:06 2011 +0200
summary:
  Post-release steps for 3.2.1.

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

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


More information about the Python-checkins mailing list