changeset 580:b15ef833df5f

prep work for release
author Richard Jones <richard@users.sourceforge.net>
date Wed, 23 Jan 2002 06:05:36 +0000
parents 8bce1a8b3814
children 137d7fc5234d
files CHANGES.txt doc/announcement.txt setup.py
diffstat 3 files changed, 9 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Wed Jan 23 06:03:37 2002 +0000
+++ b/CHANGES.txt	Wed Jan 23 06:05:36 2002 +0000
@@ -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 
--- a/doc/announcement.txt	Wed Jan 23 06:03:37 2002 +0000
+++ b/doc/announcement.txt	Wed Jan 23 06:05:36 2002 +0000
@@ -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 @@
   - 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:
--- a/setup.py	Wed Jan 23 06:03:37 2002 +0000
+++ b/setup.py	Wed Jan 23 06:05:36 2002 +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.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 @@
 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 @@
 
 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 @@
 
 #
 # $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
 #

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