]> granicus.if.org Git - python/commitdiff
Bumping to 3.0b3 v3.0b3
authorBarry Warsaw <barry@python.org>
Thu, 21 Aug 2008 02:39:51 +0000 (02:39 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 21 Aug 2008 02:39:51 +0000 (02:39 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.0.spec
README
RELNOTES

index 06c686191bbd295b6d005b216292f06b022dbb64..1a0752a7262e85d27ba37366719aa52fac19499c 100644 (file)
 #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) */
index 48bb00560bb1a83c45c1a011ef810bb532dff323..9af2d9208e7618855dd588d445f20055d29c4d81 100644 (file)
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "3.0b2"
+__version__ = "3.0b3"
 #--end constants--
index eac348dcf12c19c2db6c4bc9de8be9ed50162d2a..e5027cd67562702ffe492301774334a0a655ae6b 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.0b2"
+IDLE_VERSION = "3.0b3"
index 9c521f226ee3ae8ad6f1fa8c4b1d9487e7c49dc9..3a076fb31c133031007cc20b1be4cdef27d3ad53 100644 (file)
--- 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
 -----------------
index 30352b15654f10893579098cf75fd865ab4ca198..3dd2ca1a6f9360bf910f277eea66648abc9e5f12 100644 (file)
@@ -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 f659e9c267bb9b868729c245faeaa243f90ba7b2..80cfb62aa1bda122d8ddc4c0e6d7ec5197b2f807 100644 (file)
--- 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.
index 1fffe2949006587dc24b3d6aa1d454d6ca137689..c19a05420709a2f6f1c370d7c9d8a25e89ca1bde 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.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
 ----------------------------------------