# HG changeset patch # User Richard Jones # Date 1024880973 0 # Node ID 5a5cea3a432cc09042a15bac545baf780eca4d38 # Parent 5324a28060abcc72613761abaa5ba423d34e0e49 Modifications for the final 0.4.2 release. diff -r 5324a28060ab -r 5a5cea3a432c doc/announcement.txt --- a/doc/announcement.txt Mon Jun 24 01:06:56 2002 +0000 +++ b/doc/announcement.txt Mon Jun 24 01:09:33 2002 +0000 @@ -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 -r 5324a28060ab -r 5a5cea3a432c roundup/__init__.py --- a/roundup/__init__.py Mon Jun 24 01:06:56 2002 +0000 +++ b/roundup/__init__.py Mon Jun 24 01:09:33 2002 +0000 @@ -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 @@ 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} #