Skip to content

Commit de9ec24

Browse files
committed
Bump to 3.0.1
1 parent 3048ae1 commit de9ec24

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 0
21-
#define PY_MICRO_VERSION 0
21+
#define PY_MICRO_VERSION 1
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.0+"
26+
#define PY_VERSION "3.0.1"
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.0"
23+
__version__ = "3.0.1"
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.0"
1+
IDLE_VERSION = "3.0.1"

Lib/pydoc_topics.py

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

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.0.1?
88
===========================
99

10-
*Release date: XX-XXX-200X*
10+
*Release date: 13-Feb-2009*
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.0
37+
%define version 3.0.1
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 final
2-
================================
1+
This is Python version 3.0.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, 2009
@@ -159,7 +159,7 @@ should do a "make clean" at the toplevel first.)
159159
Copyright and License Information
160160
---------------------------------
161161

162-
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
162+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
163163
Python Software Foundation.
164164
All rights reserved.
165165

0 commit comments

Comments
 (0)