Skip to content

Commit 43baef4

Browse files
committed
Bump to 3.0rc3
1 parent 2d71822 commit 43baef4

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Include/patchlevel.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 0
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23-
#define PY_RELEASE_SERIAL 2
23+
#define PY_RELEASE_SERIAL 3
2424

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

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

Lib/distutils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
#
2121

2222
#--start constants--
23-
__version__ = "3.0rc2"
23+
__version__ = "3.0rc3"
2424
#--end constants--

Lib/idlelib/idlever.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "3.0rc2"
1+
IDLE_VERSION = "3.0rc3"

Lib/pydoc_topics.py

+7-7
Large diffs are not rendered by default.

Misc/NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Python News
77
What's New in Python 3.0 release candiate 3?
88
============================================
99

10-
*Release date: XX-XXX-2008*
10+
*Release date: 20-Nov-2008*
1111

1212

1313
Core and Builtins

Misc/RPM/python-3.0.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

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

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 3.0 release candidate 2
1+
This is Python version 3.0 release candidate 3
22
==============================================
33

44
For notes specific to this release, see RELNOTES in this directory.

0 commit comments

Comments
 (0)