Mercurial > p > roundup > code
comparison roundup/__init__.py @ 2756:b654a33346a6 maint-0.7 0.7.8
merge from HEAD, pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 14 Oct 2004 22:28:02 +0000 |
| parents | fc9b8522a4bc |
| children | 7b41d612539f |
comparison
equal
deleted
inserted
replaced
| 2752:e435d2b81547 | 2756:b654a33346a6 |
|---|---|
| 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.30.2.7 2004-10-11 05:25:47 richard Exp $ | 18 # $Id: __init__.py,v 1.30.2.8 2004-10-14 22:28:02 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.7.7' | 71 __version__ = '0.7.8' |
| 72 | 72 |
| 73 # vim: set filetype=python ts=4 sw=4 et si | 73 # vim: set filetype=python ts=4 sw=4 et si |
