]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
post release bump
authorBarry Warsaw <barry@python.org>
Thu, 4 Dec 2008 01:58:34 +0000 (01:58 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 4 Dec 2008 01:58:34 +0000 (01:58 +0000)
Include/patchlevel.h
Misc/NEWS

index 1b93ffc6d451f3eaddbcb82f4dcaef2e21c47394..f41f2d40b07696531a921dbda137209d25fe8b1d 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.0"
+#define PY_VERSION             "3.0+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 049a59cb9fc62d614f35201640c4ab4870f0d11f..34b5d56ae22bec6ab5fecccb388f1169cfa13431 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.0.1?
+===========================
+
+*Release date: XX-XXX-200X*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.0 final
 ==============================