summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-08-13 18:19:09 (GMT)
committerGeorg Brandl <georg@python.org>2011-08-13 18:19:09 (GMT)
commit666ed0b84d68fcc2962d1857a227c5d458f1cd40 (patch)
treee453e496a822912c1ec91a4f36be0e01d5c822c3
parent20a789408312233ef494aa51bd6fe9075c5f5cde (diff)
downloadcpython-666ed0b84d68fcc2962d1857a227c5d458f1cd40.zip
cpython-666ed0b84d68fcc2962d1857a227c5d458f1cd40.tar.gz
cpython-666ed0b84d68fcc2962d1857a227c5d458f1cd40.tar.bz2
Post-release steps.
-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 4558c76..307cb8d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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
diff --git a/Misc/NEWS b/Misc/NEWS
index ee05ddf..fe85823 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.2 release candidate 1?
===============================================