From 9ef4a673210512bee6bddfaee971319d3d0ba012 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 3 Aug 2001 07:18:57 +0000 Subject: [PATCH] updated version number for 0.2.6 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@205 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 6 ++++++ setup.py | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 27c6f35..6b9ce8c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. +2001-08-?? - 0.2.6 +Fixed: + . Implemented correct mail splitting. Added unit tests. Also snips + signatures now too. + + 2001-08-03 - 0.2.5 Note: . The bsddb3 module has a bug that renders it non-functional. Users should diff --git a/setup.py b/setup.py index c046990..958da43 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# $Id: setup.py,v 1.12 2001-08-03 02:51:06 richard Exp $ +# $Id: setup.py,v 1.13 2001-08-03 07:18:57 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -30,7 +30,7 @@ for t in templates: setup ( name = "roundup", - version = "0.2.5", + version = "0.2.6", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@sourceforge.net", @@ -41,6 +41,9 @@ setup ( name = "roundup", # # $Log: not supported by cvs2svn $ +# Revision 1.12 2001/08/03 02:51:06 richard +# detect unit tests +# # Revision 1.11 2001/08/03 01:54:58 richard # Started stuff off for the 0.2.5 release # -- 2.30.2