]> granicus.if.org Git - python/commitdiff
bump version for 3.1a2+
authorBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2009 23:16:41 +0000 (23:16 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2009 23:16:41 +0000 (23:16 +0000)
Include/patchlevel.h
Misc/NEWS

index fea6eae1e8d7cb15d6739307500989e62c4d517f..1671e19e4274e1d2620dbe060231fe83b0dfdcb2 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.1a2"
+#define PY_VERSION             "3.1a2+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 2221abfd1e40f282973ed9125790e27ba48be19f..38cc7775087f3ce1f1d89ecc2363e923ba9e3b54 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 beta 1?
+================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1 alpha 2?
 =================================