]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release steps for 3.2.1.
authorGeorg Brandl <georg@python.org>
Sat, 9 Jul 2011 08:56:06 +0000 (10:56 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 9 Jul 2011 08:56:06 +0000 (10:56 +0200)
Include/patchlevel.h
Misc/NEWS

index ec658f3db3408e3dcc793b98aca2b243f5dd403f..a9477b247be5b2cbcf7f9bdd7433d4a6a9954969 100644 (file)
@@ -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
index c0e354d172727dc4caeee0b660739c459fb1fa0f..cd4fac9e143193eccf5084d15681d13767256035 100644 (file)
--- 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?
 ===========================