Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/roundup/__init__.py Tue Sep 03 02:55:26 2002 +0000 +++ b/roundup/__init__.py Tue Sep 03 03:09:30 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.9.2.1 2002-09-02 21:49:04 richard Exp $ +# $Id: __init__.py,v 1.9.2.2 2002-09-03 03:09:30 richard Exp $ __doc__ = ''' This is a simple-to-use and -install issue-tracking system with @@ -65,10 +65,13 @@ much prettier cake :) ''' -__version__ = '0.4.3' +__version__ = '0.4.4' # # $Log: not supported by cvs2svn $ +# Revision 1.9.2.1 2002/09/02 21:49:04 richard +# backported fix to CGI form handling from 0.5 +# # Revision 1.9 2002/06/24 01:09:33 richard # Modifications for the final 0.4.2 release. #
