]> granicus.if.org Git - python/commitdiff
Post-release steps.
authorGeorg Brandl <georg@python.org>
Sat, 13 Aug 2011 18:19:09 +0000 (20:19 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 13 Aug 2011 18:19:09 +0000 (20:19 +0200)
Include/patchlevel.h
Misc/NEWS

index 4558c7637159fb70afcfcc5c99edff8b1c052f32..307cb8d3b4c28e6af5421d631e31013ed50eb511 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.2.2rc1"
+#define PY_VERSION             "3.2.2rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index ee05ddfa79961a85ad430fb79bd1f087cc7ec882..fe85823a2d8dc61c3a8429207c525ea14f3ba3c0 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.2 release candidate 1?
 ===============================================