Bump to 3.0.1

This commit is contained in:
Barry Warsaw
2009-02-12 23:35:41 +00:00
parent 3048ae15e7
commit de9ec24af0
7 changed files with 20 additions and 20 deletions

View File

@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 0
#define PY_MICRO_VERSION 0
#define PY_MICRO_VERSION 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.0+"
#define PY_VERSION "3.0.1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */

View File

@@ -20,5 +20,5 @@ __revision__ = "$Id$"
#
#--start constants--
__version__ = "3.0"
__version__ = "3.0.1"
#--end constants--

View File

@@ -1 +1 @@
IDLE_VERSION = "3.0"
IDLE_VERSION = "3.0.1"

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,7 @@ Python News
What's New in Python 3.0.1?
===========================
*Release date: XX-XXX-200X*
*Release date: 13-Feb-2009*
Core and Builtins
-----------------

View File

@@ -34,7 +34,7 @@
%define name python
#--start constants--
%define version 3.0
%define version 3.0.1
%define libver 3.0
#--end constants--
%define release 1pydotorg

6
README
View File

@@ -1,5 +1,5 @@
This is Python version 3.0 final
================================
This is Python version 3.0.1
============================
For notes specific to this release, see RELNOTES in this directory.
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
@@ -159,7 +159,7 @@ should do a "make clean" at the toplevel first.)
Copyright and License Information
---------------------------------
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
Python Software Foundation.
All rights reserved.