From 1dcddf5cb9db9f764f98e24b42380832a24b0d29 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 10 Oct 2001 04:18:39 +0000 Subject: [PATCH] Getting ready for a preview release for 0.3.0. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@289 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/announcement.txt | 13 +++++++++---- setup.py | 7 +++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/doc/announcement.txt b/doc/announcement.txt index cabdc4c..3c7d1a4 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -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/ diff --git a/setup.py b/setup.py index 9083312..c39a704 100644 --- 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 # -- 2.30.2