Mercurial > p > roundup > code
comparison roundup/__init__.py @ 1139:65e9dd4b59e1
pre-beta2 stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Sep 2002 04:14:07 +0000 |
| parents | c25e67b0a82d |
| children | 92d8e1aad2e9 |
comparison
equal
deleted
inserted
replaced
| 1138:4dc74354e8c3 | 1139:65e9dd4b59e1 |
|---|---|
| 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.11 2002-09-11 21:39:17 richard Exp $ | 18 # $Id: __init__.py,v 1.12 2002-09-13 04:14:07 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.5.0b1' | 68 __version__ = '0.5.0b2' |
| 69 | 69 |
| 70 # vim: set filetype=python ts=4 sw=4 et si | 70 # vim: set filetype=python ts=4 sw=4 et si |
