Mercurial > p > roundup > code
changeset 797:5a5cea3a432c 0.4.2
Modifications for the final 0.4.2 release.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 24 Jun 2002 01:09:33 +0000 |
| parents | 5324a28060ab |
| children | faf164ab8ed9 |
| files | doc/announcement.txt roundup/__init__.py |
| diffstat | 2 files changed, 10 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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} #
