comparison roundup/__init__.py @ 797:5a5cea3a432c 0.4.2

Modifications for the final 0.4.2 release.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 24 Jun 2002 01:09:33 +0000
parents 0855af68bbe9
children 768bc93f7d1b 9b910e8d987d
comparison
equal deleted inserted replaced
796:5324a28060ab 797:5a5cea3a432c
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.8 2002-06-21 00:24:53 richard Exp $ 18 # $Id: __init__.py,v 1.9 2002-06-24 01:09:33 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.2rc1' 68 __version__ = '0.4.2'
69 69
70 # 70 #
71 # $Log: not supported by cvs2svn $ 71 # $Log: not supported by cvs2svn $
72 # Revision 1.8 2002/06/21 00:24:53 richard
73 # *baff* richard.
74 #
72 # Revision 1.7 2002/06/17 23:14:44 richard 75 # Revision 1.7 2002/06/17 23:14:44 richard
73 # . #569415 ] {version} 76 # . #569415 ] {version}
74 # 77 #
75 # Revision 1.6 2001/08/07 00:24:42 richard 78 # Revision 1.6 2001/08/07 00:24:42 richard
76 # stupid typo 79 # stupid typo

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