Mercurial > p > roundup > code
comparison roundup/__init__.py @ 773:6e6c63a57df9
[SF#569415] {version]]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 17 Jun 2002 23:14:44 +0000 |
| parents | 18134bffab37 |
| children | 0855af68bbe9 |
comparison
equal
deleted
inserted
replaced
| 772:db5daf396518 | 773:6e6c63a57df9 |
|---|---|
| 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.6 2001-08-07 00:24:42 richard Exp $ | 18 # $Id: __init__.py,v 1.7 2002-06-17 23:14:44 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' | |
| 69 | |
| 68 # | 70 # |
| 69 # $Log: not supported by cvs2svn $ | 71 # $Log: not supported by cvs2svn $ |
| 72 # Revision 1.6 2001/08/07 00:24:42 richard | |
| 73 # stupid typo | |
| 74 # | |
| 70 # Revision 1.5 2001/08/07 00:15:51 richard | 75 # Revision 1.5 2001/08/07 00:15:51 richard |
| 71 # Added the copyright/license notice to (nearly) all files at request of | 76 # Added the copyright/license notice to (nearly) all files at request of |
| 72 # Bizar Software. | 77 # Bizar Software. |
| 73 # | 78 # |
| 74 # Revision 1.4 2001/07/29 07:01:39 richard | 79 # Revision 1.4 2001/07/29 07:01:39 richard |
