From 57c1058c34ec9549575c376e175289bab6844c4f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 21 Aug 2008 02:39:51 +0000 Subject: [PATCH] Bumping to 3.0b3 --- Include/patchlevel.h | 4 ++-- Lib/distutils/__init__.py | 2 +- Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 2 +- Misc/RPM/python-3.0.spec | 2 +- README | 2 +- RELNOTES | 6 ++++++ 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 06c686191bb..1a0752a7262 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 0 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.0b2+" +#define PY_VERSION "3.0b3" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 48bb00560bb..9af2d9208e7 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0b2" +__version__ = "3.0b3" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index eac348dcf12..e5027cd6756 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.0b2" +IDLE_VERSION = "3.0b3" diff --git a/Misc/NEWS b/Misc/NEWS index 9c521f226ee..3a076fb31c1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,7 +7,7 @@ Python News What's new in Python 3.0b3? =========================== -*Release date: XX-XXX-2008* +*Release date: 20-Aug-2008* Core and Builtins ----------------- diff --git a/Misc/RPM/python-3.0.spec b/Misc/RPM/python-3.0.spec index 30352b15654..3dd2ca1a6f9 100644 --- a/Misc/RPM/python-3.0.spec +++ b/Misc/RPM/python-3.0.spec @@ -34,7 +34,7 @@ %define name python #--start constants-- -%define version 3.0b2 +%define version 3.0b3 %define libver 3.0 #--end constants-- %define release 1pydotorg diff --git a/README b/README index f659e9c267b..80cfb62aa1b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Python version 3.0 beta 2 +This is Python version 3.0 beta 3 ================================= For notes specific to this release, see RELNOTES in this directory. diff --git a/RELNOTES b/RELNOTES index 1fffe294900..c19a0542070 100644 --- 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.0b3 - Release Date 20-Aug-2008 +---------------------------------------- + +Please search the bug tracker for critical issues in Python 3.0. + + Version 3.0b2 - Release Date 17-Jul-2008 ----------------------------------------