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

index 1b77067715ce0acbb6a1a2f298b66cad610eab06..2bda30dec3921136f31e15326c095a09d5ca3f03 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      4
 
 /* Version as a string */
-#define PY_VERSION             "3.2a4"
+#define PY_VERSION             "3.2a4+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index f33aba04f7147849a06c443ebbd56d29d982fe21..dc62b66b3041198c880871648e67b5f69daedf51 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.2 Beta 1?
+================================
+
+*Release date: XX-Dec-2010*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.2 Alpha 4?
 =================================