Mercurial > p > roundup > code
comparison roundup/__init__.py @ 1017:cfc694864143 maint-0.4
pre-release commits
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 03 Sep 2002 03:09:30 +0000 |
| parents | 768bc93f7d1b |
| children |
comparison
equal
deleted
inserted
replaced
| 1015:b3db3c26d7ad | 1017:cfc694864143 |
|---|---|
| 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.9.2.1 2002-09-02 21:49:04 richard Exp $ | 18 # $Id: __init__.py,v 1.9.2.2 2002-09-03 03:09:30 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.3' | 68 __version__ = '0.4.4' |
| 69 | 69 |
| 70 # | 70 # |
| 71 # $Log: not supported by cvs2svn $ | 71 # $Log: not supported by cvs2svn $ |
| 72 # Revision 1.9.2.1 2002/09/02 21:49:04 richard | |
| 73 # backported fix to CGI form handling from 0.5 | |
| 74 # | |
| 72 # Revision 1.9 2002/06/24 01:09:33 richard | 75 # Revision 1.9 2002/06/24 01:09:33 richard |
| 73 # Modifications for the final 0.4.2 release. | 76 # Modifications for the final 0.4.2 release. |
| 74 # | 77 # |
| 75 # Revision 1.8 2002/06/21 00:24:53 richard | 78 # Revision 1.8 2002/06/21 00:24:53 richard |
| 76 # *baff* richard. | 79 # *baff* richard. |
