Code

Getting ready for a preview release for 0.3.0.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 10 Oct 2001 04:18:39 +0000 (04:18 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 10 Oct 2001 04:18:39 +0000 (04:18 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@289 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/announcement.txt
setup.py

index cabdc4cb11110da52135f20566fbf17fa3052cd0..3c7d1a40c6bc67c6a25297029b695ac3a6e30a5b 100644 (file)
@@ -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 @@ doesn't even need to be "installed" to be operational, though a
 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/
 
index 9083312f86274518ce7285cd738c99c85a2a6e9f..c39a704e862b54f1ff0d673619d4e427e974b52b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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 @@ for t in templates:
 
 
 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 @@ setup ( name = "roundup",
 
 #
 # $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
 #