From 1f7b0c148eea33c0195b5019391e7c7ea753047a Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 11 Jan 2002 03:24:15 +0000 Subject: [PATCH] minor changes for 0.4.0b2 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@529 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 4 ++-- setup.py | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index dc05831..513cbf7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,14 +1,14 @@ 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.0b2 +2002-01-11 - 0.4.0b2 Fixed: . #495392 ] empty nosy -patch . #500574 ] messageid must have format . fixed some problems with web editing and change detection . mail splitting wasn't detecting responses in the same "section" as quoted text - + . missed a "from i18n import _" in date.py 2002-01-08 - 0.4.0b1 Feature: diff --git a/setup.py b/setup.py index 2be7e91..75f4fc5 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.27 2002-01-05 02:09:46 richard Exp $ +# $Id: setup.py,v 1.28 2002-01-11 03:24:15 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -64,7 +64,7 @@ for template in templates: setup( name = "roundup", - version = "0.4.0b1", + version = "0.4.0b2", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@users.sourceforge.net", @@ -77,6 +77,9 @@ setup( # # $Log: not supported by cvs2svn $ +# Revision 1.27 2002/01/05 02:09:46 richard +# make setup abort if tests fail +# # Revision 1.26 2001/12/08 07:06:20 jhermann # Install html template files to share/roundup/templates # -- 2.30.2