summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-07-09 10:56:06 +0200
committerGeorg Brandl <georg@python.org>2011-07-09 10:56:06 +0200
commitbb9c7d0b91c4666a98bb7629265f582e6541fdad (patch)
tree1a0dfcab09d2b30fc3848c165a4488f552ac13c6
parent7179bf1540d624a772055f23476aec238078dcf6 (diff)
downloadcpython-git-bb9c7d0b91c4666a98bb7629265f582e6541fdad.tar.gz
Post-release steps for 3.2.1.
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS12
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ec658f3db3..a9477b247b 100644
--- 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
index c0e354d172..cd4fac9e14 100644
--- 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?
===========================