]> granicus.if.org Git - python/commitdiff
Post-release steps.
authorGeorg Brandl <georg@python.org>
Mon, 4 Jul 2011 06:20:48 +0000 (08:20 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 4 Jul 2011 06:20:48 +0000 (08:20 +0200)
Include/patchlevel.h
Misc/NEWS

index 33cccb88fe11abca93d0e7e21e34027bb9189f37..621f4c59d8360996949742f76e520e4948839091 100644 (file)
@@ -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
index 9c7f04e7804532a22e5f81f5d254170c0e8899c4..52ae88883058d2fa37605a45af52e7c57433241d 100644 (file)
--- 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?
 ===============================================