Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1e689e

Browse files
committed
Bump to 3.0b1
1 parent ce943b6 commit c1e689e

7 files changed

Lines changed: 16 additions & 10 deletions

File tree

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 0
2121
#define PY_MICRO_VERSION 0
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 5
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.0a5+"
26+
#define PY_VERSION "3.0b1"
2727
/*--end constants--*/
2828

2929
/* Subversion Revision number of this file (not of the repository) */

Lib/distutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
#
2121

2222
#--start constants--
23-
__version__ = "3.0a5"
23+
__version__ = "3.0b1"
2424
#--end constants--

Lib/idlelib/idlever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "3.0a5"
1+
IDLE_VERSION = "3.0b1"

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Python News
77
What's new in Python 3.0b1?
88
===========================
99

10-
*Release date: XX-June-2008*
10+
*Release date: 18-Jun-2008*
1111

1212
Core and Builtins
1313
-----------------

Misc/RPM/python-3.0.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
%define name python
3636
#--start constants--
37-
%define version 3.0a5
37+
%define version 3.0b1
3838
%define libver 3.0
3939
#--end constants--
4040
%define release 1pydotorg

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.0 alpha 5
2-
==================================
1+
This is Python version 3.0 beta 1
2+
=================================
33

44
For notes specific to this release, see RELNOTES in this directory.
55
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
@@ -22,7 +22,7 @@ Release Schedule
2222
----------------
2323

2424
The release plan is to have a series of alpha releases in 2007 and 2008,
25-
beta releases in 2008, and a final release in August 2008. The alpha
25+
beta releases in 2008, and a final release in September 2008. The alpha
2626
releases are primarily aimed at developers who want a sneak peek at the
2727
new langauge, especially those folks who plan to port their code to
2828
Python 3000. The hope is that by the time of the final release, many

RELNOTES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Release notes describe unfinished work in particular releases.
66
Please report bugs to http://bugs.python.org/.
77

88

9+
Version 3.0b1 - Release Date 18-Jun-2008
10+
----------------------------------------
11+
12+
Please search the bug tracker for critical issues in Python 3.0.
13+
14+
915
Version 3.0a5 - Release Date 08-May-2008
1016
----------------------------------------
1117

0 commit comments

Comments
 (0)