Code

updated version number for 0.2.6
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 3 Aug 2001 07:18:57 +0000 (07:18 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 3 Aug 2001 07:18:57 +0000 (07:18 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@205 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
setup.py

index 27c6f3502003611c166569dc686c6e086db99e39..6b9ce8c2f81b2e88fb5d51fbafb378daa73e1b76 100644 (file)
@@ -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
index c046990558503f632edf9d2fcc1c08a1ee125b07..958da435a7c7626a30b792a6fff951fa9a54648e 100644 (file)
--- 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
 #