]> granicus.if.org Git - python/commitdiff
post release version bumps
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 14:50:22 +0000 (14:50 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 14:50:22 +0000 (14:50 +0000)
Include/patchlevel.h
Misc/NEWS

index 5abf9e29086ac90a1126d75ce6162d6e73473723..48763f96cc5c539827f7e1b2f50c9471eee75981 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.1rc2"
+#define PY_VERSION             "3.1rc2+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 5bfa3d6d3f26291733dc650a09519f101f5b0adc..9ed8b16b93fcac353e1dc9c4ebf860a7ebb522f9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,18 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 3.1?
+=========================
+
+*Release date: 27-June-2009*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1 Release Candidate 2?
 =============================================