comparison roundup/__init__.py @ 3258:1cbde34afa77

fix to doc
author Richard Jones <richard@users.sourceforge.net>
date Tue, 05 Apr 2005 01:06:54 +0000
parents b9725abb0048
children f29a307ab3fe
comparison
equal deleted inserted replaced
3256:1a572fffd9a2 3258:1cbde34afa77
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: __init__.py,v 1.31 2004-12-08 02:21:52 richard Exp $ 18 # $Id: __init__.py,v 1.32 2005-04-05 01:06:54 richard Exp $
19 19
20 '''Roundup - issue tracking for knowledge workers. 20 '''Roundup - issue tracking for knowledge workers.
21 21
22 This is a simple-to-use and -install issue-tracking system with 22 This is a simple-to-use and -install issue-tracking system with
23 command-line, web and e-mail interfaces. 23 command-line, web and e-mail interfaces.
66 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a 66 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a
67 much prettier cake :) 67 much prettier cake :)
68 ''' 68 '''
69 __docformat__ = 'restructuredtext' 69 __docformat__ = 'restructuredtext'
70 70
71 __version__ = '0.8.0b1' 71 __version__ = '0.9.0b1'
72 72
73 # vim: set filetype=python ts=4 sw=4 et si 73 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/