From 5326794cc66c5b21079251fd0e9dc179873ec688 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 24 Jun 2002 01:09:33 +0000 Subject: [PATCH] Modifications for the final 0.4.2 release. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@811 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/announcement.txt | 11 +++++------ roundup/__init__.py | 7 +++++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/announcement.txt b/doc/announcement.txt index b8d43d2..ebab41b 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -1,10 +1,9 @@ -==================================================== -SC-Track Roundup 0.4.2pr1 - an issue tracking system -==================================================== +================================================= +SC-Track Roundup 0.4.2 - an issue tracking system +================================================= -NOTE: This is the first (and hopefully only) pre-release of 0.4.2. If you -have an existing roundup installation and wish to test it, make a backup -of your database. Make sure you read the upgrading.txt document! +Note: If you have an existing roundup installation, make a backup of your +database. Make sure you read doc/upgrading.txt! Roundup requires python 2.1.1 for correct operation. Support for dumbdbm requires python 2.1.2 or 2.2. 2.1.3 and 2.2.1 are recommended. diff --git a/roundup/__init__.py b/roundup/__init__.py index 397a890..a20ea36 100644 --- a/roundup/__init__.py +++ b/roundup/__init__.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.8 2002-06-21 00:24:53 richard Exp $ +# $Id: __init__.py,v 1.9 2002-06-24 01:09:33 richard Exp $ __doc__ = ''' This is a simple-to-use and -install issue-tracking system with @@ -65,10 +65,13 @@ written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a much prettier cake :) ''' -__version__ = '0.4.2rc1' +__version__ = '0.4.2' # # $Log: not supported by cvs2svn $ +# Revision 1.8 2002/06/21 00:24:53 richard +# *baff* richard. +# # Revision 1.7 2002/06/17 23:14:44 richard # . #569415 ] {version} # -- 2.30.2