summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ba959e)
raw | patch | inline | side by side (parent: 8ba959e)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 24 Jun 2002 01:09:33 +0000 (01:09 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 24 Jun 2002 01:09:33 +0000 (01:09 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@811 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/announcement.txt | patch | blob | history | |
roundup/__init__.py | patch | blob | history |
diff --git a/doc/announcement.txt b/doc/announcement.txt
index b8d43d2f1518acb2827a762781802c35a2d78e21..ebab41b269a1f003d41042da710a437021bbdc93 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
-====================================================
-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 397a8902f169a2b78e769bb9cdcc280e8b6d69ed..a20ea36c9618f617c7178987999e08dd4ac307ca 100644 (file)
--- a/roundup/__init__.py
+++ b/roundup/__init__.py
# 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
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}
#