Skip to content

Commit e38a6a5

Browse files
author
Richard Jones
committed
updated version number for 0.2.6
1 parent 763a9c4 commit e38a6a5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4+
2001-08-?? - 0.2.6
5+
Fixed:
6+
. Implemented correct mail splitting. Added unit tests. Also snips
7+
signatures now too.
8+
9+
410
2001-08-03 - 0.2.5
511
Note:
612
. The bsddb3 module has a bug that renders it non-functional. Users should

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env python
2-
# $Id: setup.py,v 1.12 2001-08-03 02:51:06 richard Exp $
2+
# $Id: setup.py,v 1.13 2001-08-03 07:18:57 richard Exp $
33

44
from distutils.core import setup, Extension
55
from distutils.util import get_platform
@@ -30,7 +30,7 @@
3030

3131

3232
setup ( name = "roundup",
33-
version = "0.2.5",
33+
version = "0.2.6",
3434
description = "Roundup issue tracking system.",
3535
author = "Richard Jones",
3636
author_email = "[email protected]",
@@ -41,6 +41,9 @@
4141

4242
#
4343
# $Log: not supported by cvs2svn $
44+
# Revision 1.12 2001/08/03 02:51:06 richard
45+
# detect unit tests
46+
#
4447
# Revision 1.11 2001/08/03 01:54:58 richard
4548
# Started stuff off for the 0.2.5 release
4649
#

0 commit comments

Comments
 (0)