changeset 281:d38ca22f7a2f 0.3.0-pre1

Getting ready for a preview release for 0.3.0.
author Richard Jones <richard@users.sourceforge.net>
date Wed, 10 Oct 2001 04:18:39 +0000
parents 80ad2bf9cf7b
children fb1b67a8fd98
files doc/announcement.txt setup.py
diffstat 2 files changed, 14 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/announcement.txt	Wed Oct 10 04:12:32 2001 +0000
+++ b/doc/announcement.txt	Wed Oct 10 04:18:39 2001 +0000
@@ -1,4 +1,10 @@
-            Roundup 0.3.0 - an issue tracking system
+            Roundup 0.3.0pre1 - an issue tracking system
+
+**PREVIEW RELEASE**
+
+This release is in use by Bizar Software, but has had little testing beyond
+that. It contains several new features which will require migration, so
+we're releasing this preview for the bleeding-edge users.
 
 ** existing users _must_ read the MIGRATION.txt that accompanies the
 source.
@@ -28,8 +34,7 @@
 disutils-based install script is provided.
 
 It comes with two issue tracker templates and three database back-ends. 
-Back-ends for relational databases are being developed.
 
-Source is available at the website:
-      http://sourceforge.net/projects/roundup/
+Source and documentation is available at the website:
+      http://roundup.sourceforge.net/
 
--- a/setup.py	Wed Oct 10 04:12:32 2001 +0000
+++ b/setup.py	Wed Oct 10 04:18:39 2001 +0000
@@ -16,7 +16,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: setup.py,v 1.20 2001-10-08 21:49:30 richard Exp $
+# $Id: setup.py,v 1.21 2001-10-10 04:18:38 richard Exp $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -42,7 +42,7 @@
 
 
 setup ( name = "roundup", 
-        version = "0.2.9",
+        version = "0.3.0pre1",
         description = "Roundup issue tracking system.",
         author = "Richard Jones",
         author_email = "richard@users.sourceforge.net",
@@ -53,6 +53,9 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.20  2001/10/08 21:49:30  richard
+# Minor pre- 0.3.0 changes
+#
 # Revision 1.19  2001/09/10 09:48:35  richard
 # Started changes log for 0.2.9
 #

Roundup Issue Tracker: http://roundup-tracker.org/