diff roundup/__init__.py @ 1010:768bc93f7d1b maint-0.4

backported fix to CGI form handling from 0.5
author Richard Jones <richard@users.sourceforge.net>
date Mon, 02 Sep 2002 21:49:04 +0000
parents 5a5cea3a432c
children cfc694864143
line wrap: on
line diff
--- a/roundup/__init__.py	Tue Aug 27 22:01:34 2002 +0000
+++ b/roundup/__init__.py	Mon Sep 02 21:49:04 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 2002-06-24 01:09:33 richard Exp $
+# $Id: __init__.py,v 1.9.2.1 2002-09-02 21:49:04 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.2'
+__version__ = '0.4.3'
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.9  2002/06/24 01:09:33  richard
+# Modifications for the final 0.4.2 release.
+#
 # Revision 1.8  2002/06/21 00:24:53  richard
 # *baff* richard.
 #

Roundup Issue Tracker: http://roundup-tracker.org/