Skip to content

Commit 84c7486

Browse files
author
Richard Jones
committed
Started changes log for 0.2.9
1 parent 51fac62 commit 84c7486

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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-??-?? - 0.2.9
5+
. Generation of links to Link/Multilink in indexes. (thanks Hubert Hoegl)
6+
. AssignedTo wasn't in the "classic" schema's item page.
7+
8+
49
2001-08-30 - 0.2.8
510
Fixed:
611
. Missing import in mailgw.

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.18 2001-08-30 06:01:17 richard Exp $
19+
# $Id: setup.py,v 1.19 2001-09-10 09:48:35 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -42,7 +42,7 @@
4242

4343

4444
setup ( name = "roundup",
45-
version = "0.2.8",
45+
version = "0.2.9",
4646
description = "Roundup issue tracking system.",
4747
author = "Richard Jones",
4848
author_email = "[email protected]",
@@ -53,6 +53,9 @@
5353

5454
#
5555
# $Log: not supported by cvs2svn $
56+
# Revision 1.18 2001/08/30 06:01:17 richard
57+
# Fixed missing import in mailgw :(
58+
#
5659
# Revision 1.17 2001/08/08 03:29:35 richard
5760
# Next release is 0.2.6
5861
#

0 commit comments

Comments
 (0)