comparison roundup/__init__.py @ 792:0855af68bbe9

*baff* richard.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 21 Jun 2002 00:24:53 +0000
parents 6e6c63a57df9
children 5a5cea3a432c
comparison
equal deleted inserted replaced
791:668828091533 792:0855af68bbe9
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.7 2002-06-17 23:14:44 richard Exp $ 18 # $Id: __init__.py,v 1.8 2002-06-21 00:24:53 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__ = '1.4.2rc1' 68 __version__ = '0.4.2rc1'
69 69
70 # 70 #
71 # $Log: not supported by cvs2svn $ 71 # $Log: not supported by cvs2svn $
72 # Revision 1.7 2002/06/17 23:14:44 richard
73 # . #569415 ] {version}
74 #
72 # Revision 1.6 2001/08/07 00:24:42 richard 75 # Revision 1.6 2001/08/07 00:24:42 richard
73 # stupid typo 76 # stupid typo
74 # 77 #
75 # Revision 1.5 2001/08/07 00:15:51 richard 78 # Revision 1.5 2001/08/07 00:15:51 richard
76 # Added the copyright/license notice to (nearly) all files at request of 79 # Added the copyright/license notice to (nearly) all files at request of

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