From 0f49674cabcf75ba64fe9bcd1333c92e903d22b3 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 23 Jan 2002 06:05:36 +0000 Subject: [PATCH] prep work for release git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@592 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 2 +- doc/announcement.txt | 7 +++---- setup.py | 13 +++++-------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 340e490..a857926 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2002-01-?? - 0.4.0?? +2002-01-?? - 0.4.0 Feature: . much nicer history display (actualy real handling of property types etc) . journal entries for link and mutlilink properties can be switched on or diff --git a/doc/announcement.txt b/doc/announcement.txt index ba084d3..d3625fd 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -1,7 +1,6 @@ - Roundup 0.4.0b2 - an issue tracking system + Roundup 0.4.0 - an issue tracking system -If you are upgrading please read MIGRATION.txt. There was some information -missing in this in the b1 release - sorry. +If you are upgrading please read MIGRATION.txt. Roundup requires python 2.1.1 for correct operation. Support for dumbdbm requires python 2.1.2 or 2.2. @@ -10,7 +9,7 @@ Big stuff in this release: - Use of transactions to prevent partial data commits - Zope Product front-end - Nicer, more consistent change message generation - - Several bug fixes + - Several bug fixes and more unit tests - Much, much more: see the CHANGES file for details. Source and documentation is available at the website: diff --git a/setup.py b/setup.py index 75f4fc5..4e2717a 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.28 2002-01-11 03:24:15 richard Exp $ +# $Id: setup.py,v 1.29 2002-01-23 06:05:36 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -25,12 +25,6 @@ from glob import glob import sys,os from roundup.templatebuilder import makeHtmlBase -print 'Running unit tests...' -import test -if not test.go(): - sys.exit(0) - - def isTemplateDir(dir): return dir[0] != '.' and dir != 'CVS' and os.path.isdir(dir) \ and os.path.isfile(os.path.join(dir, '__init__.py')) @@ -64,7 +58,7 @@ for template in templates: setup( name = "roundup", - version = "0.4.0b2", + version = "0.4.0", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@users.sourceforge.net", @@ -77,6 +71,9 @@ setup( # # $Log: not supported by cvs2svn $ +# Revision 1.28 2002/01/11 03:24:15 richard +# minor changes for 0.4.0b2 +# # Revision 1.27 2002/01/05 02:09:46 richard # make setup abort if tests fail # -- 2.30.2