Bump to 3.0b1 v3.0b1
authorBarry Warsaw <barry@python.org>
Thu, 19 Jun 2008 00:35:43 +0000 (00:35 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 19 Jun 2008 00:35:43 +0000 (00:35 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.0.spec
README
RELNOTES

index 4916ee1e447b5533d013a72acbd2d8a3434f321b..3581d493d471d78b3d877c2db86d6b9c384317b3 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       0
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      5
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.0a5+"
+#define PY_VERSION             "3.0b1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 3618c4f7278226941fb8ade1a6d22139aca14048..54fc2369d0fa527ed2f1db1766fbd97586120d00 100644 (file)
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "3.0a5"
+__version__ = "3.0b1"
 #--end constants--
index 73dbc73a546e9e65dec9009c35b1320bdddb0cac..43595afe00b6b09af5ea6144377a6f1e82cf0822 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.0a5"
+IDLE_VERSION = "3.0b1"
index ab87cf6a66124aaa6e4a71290e2cf1f393330d9e..0d5379b69870dc2aa948f84b1c3438cfcf42593e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's new in Python 3.0b1?
 ===========================
 
-*Release date: XX-June-2008*
+*Release date: 18-Jun-2008*
 
 Core and Builtins
 -----------------
index f61a83ca34f611783ab68c78a7dd3d8f63ab288d..c6fd1a615c538cd02ec17d250ae8f15b7584a0c0 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.0a5
+%define version 3.0b1
 %define libver 3.0
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index b72324f8df36a91cdf7e181241960504234a2b92..6981985cc10968554edc59243f507645d6ade6c7 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.0 alpha 5
-==================================
+This is Python version 3.0 beta 1
+=================================
 
 For notes specific to this release, see RELNOTES in this directory.
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
@@ -22,7 +22,7 @@ Release Schedule
 ----------------
 
 The release plan is to have a series of alpha releases in 2007 and 2008,
-beta releases in 2008, and a final release in August 2008.  The alpha
+beta releases in 2008, and a final release in September 2008.  The alpha
 releases are primarily aimed at developers who want a sneak peek at the
 new langauge, especially those folks who plan to port their code to
 Python 3000.  The hope is that by the time of the final release, many
index 763c99d0b94e8324384feb63885e67a2af0e38b7..4d1b71a1e51a8a2041214d2fc7a157c5cd3e0d33 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,6 +6,12 @@ Release notes describe unfinished work in particular releases.
 Please report bugs to http://bugs.python.org/.
 
 
+Version 3.0b1 - Release Date 18-Jun-2008
+----------------------------------------
+
+Please search the bug tracker for critical issues in Python 3.0.
+
+
 Version 3.0a5 - Release Date 08-May-2008
 ----------------------------------------