Skip to content

Commit ce510f1

Browse files
author
Richard Jones
committed
pre-release
1 parent 678c2a8 commit ce510f1

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

doc/announcement.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
I'm proud to release version 1.4.0 of Roundup.
1+
I'm proud to release version 1.4.1 of Roundup.
22

33
The metakit backend has been removed due to lack of maintenance and
44
presence of good alternatives (in particular sqlite built into Python 2.5)
55

6+
Release 1.4.1 removes an old trace of the metakit backend that was
7+
preventing new tracker installation.
8+
69
New Features in 1.4.0:
710

811
- Roundup has a new xmlrpc frontend that gives access to a tracker using

roundup/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.47 2007-11-03 00:56:52 richard Exp $
18+
# $Id: __init__.py,v 1.48 2007-11-07 21:24:24 richard Exp $
1919

2020
'''Roundup - issue tracking for knowledge workers.
2121
@@ -68,6 +68,6 @@
6868
'''
6969
__docformat__ = 'restructuredtext'
7070

71-
__version__ = '1.4.0'
71+
__version__ = '1.4.1'
7272

7373
# vim: set filetype=python ts=4 sw=4 et si

setup.py

Lines changed: 4 additions & 1 deletion
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.98 2007-11-03 00:56:51 richard Exp $
19+
# $Id: setup.py,v 1.99 2007-11-07 21:24:24 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -355,6 +355,9 @@ def main():
355355
The metakit backend has been removed due to lack of maintenance and
356356
presence of good alternatives (in particular sqlite built into Python 2.5)
357357
358+
Release 1.4.1 removes an old trace of the metakit backend that was
359+
preventing new tracker installation.
360+
358361
New Features in 1.4.0:
359362
360363
- Roundup has a new xmlrpc frontend that gives access to a tracker using

0 commit comments

Comments
 (0)