]> granicus.if.org Git - python/commitdiff
let's get cracking on 3.1a2!
authorBenjamin Peterson <benjamin@python.org>
Sat, 7 Mar 2009 18:46:21 +0000 (18:46 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 7 Mar 2009 18:46:21 +0000 (18:46 +0000)
Include/patchlevel.h
Misc/NEWS

index 6e42220ff5dac50641d83c18de600b8e9b877e34..cb00bd864d2f4f29fd6637c00ae34abab4d0980e 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.1a1"
+#define PY_VERSION             "3.1a1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 6e788fa1718cd0473ccdcc544007eed1a8b9cf69..323549e50c942b67af625bf7f390ae814a53cef3 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 alpha 2?
+=================================
+
+*Release date: XXX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1 alpha 1
 ================================