]> granicus.if.org Git - python/commitdiff
Post-release bumps.
authorGeorg Brandl <georg@python.org>
Tue, 12 Oct 2010 12:38:48 +0000 (12:38 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 12 Oct 2010 12:38:48 +0000 (12:38 +0000)
Include/patchlevel.h
Misc/NEWS

index 3639da69c423b8fc640b26a81d68d83ec2882283..11a83f1fa01002dc02515d25f2f26d11bd19297e 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.2a3"
+#define PY_VERSION             "3.2a3+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index f91f8e2e28e90a9794b002a114e768e81ee5eba3..ab0e29c3d80552cea1c569e5b54f1a8a6d6a9418 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3,9 +3,9 @@ Python News
 +++++++++++
 
 What's New in Python 3.2 Beta 1?
-=================================
+================================
 
-*Release date: XX-XXX-2010*
+*Release date: XX-Nov-2010*
 
 Core and Builtins
 -----------------