comparison roundup/__init__.py @ 1119:c25e67b0a82d

stoopid
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Sep 2002 21:39:17 +0000
parents 9b910e8d987d
children 65e9dd4b59e1
comparison
equal deleted inserted replaced
1118:9b34d8a79d79 1119:c25e67b0a82d
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.10 2002-09-10 00:18:20 richard Exp $ 18 # $Id: __init__.py,v 1.11 2002-09-11 21:39:17 richard Exp $
19 19
20 __doc__ = ''' 20 __doc__ = '''
21 This is a simple-to-use and -install issue-tracking system with 21 This is a simple-to-use and -install issue-tracking system with
22 command-line, web and e-mail interfaces. 22 command-line, web and e-mail interfaces.
23 23
63 For more information, see the original overview and specification documents 63 For more information, see the original overview and specification documents
64 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a 64 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a
65 much prettier cake :) 65 much prettier cake :)
66 ''' 66 '''
67 67
68 __version__ = '0.4.2' 68 __version__ = '0.5.0b1'
69 69
70 # vim: set filetype=python ts=4 sw=4 et si 70 # vim: set filetype=python ts=4 sw=4 et si

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