Mercurial > p > roundup > code
changeset 199:0345753f27cf
updated version number for 0.2.6
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Aug 2001 07:18:57 +0000 |
| parents | eda506860b32 |
| children | 89c47b5dadac |
| files | CHANGES.txt setup.py |
| diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Fri Aug 03 07:18:22 2001 +0000 +++ b/CHANGES.txt Fri Aug 03 07:18:57 2001 +0000 @@ -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
--- a/setup.py Fri Aug 03 07:18:22 2001 +0000 +++ b/setup.py Fri Aug 03 07:18:57 2001 +0000 @@ -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 @@ 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 @@ # # $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 #
