comparison roundup/__init__.py @ 1304:61ad556cfc8d

working toward 0.5.2 release
author Richard Jones <richard@users.sourceforge.net>
date Wed, 06 Nov 2002 11:38:43 +0000
parents 4cbbdcf449f6
children 3758a5af985f
comparison
equal deleted inserted replaced
1303:71be6588904f 1304:61ad556cfc8d
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.15 2002-10-16 06:55:17 richard Exp $ 18 # $Id: __init__.py,v 1.16 2002-11-06 11:38:42 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.
65 For more information, see the original overview and specification documents 65 For more information, see the original overview and specification documents
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 69
70 __version__ = '0.5.1' 70 __version__ = '0.5.2'
71 71
72 # vim: set filetype=python ts=4 sw=4 et si 72 # vim: set filetype=python ts=4 sw=4 et si

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