Mercurial > p > roundup > code
diff roundup/__init__.py @ 1962:f29a7edc31da maint-0.6
allow serving of non-"file"-Class file content (eg. paper_file)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 07 Jan 2004 22:44:44 +0000 |
| parents | 4cd5adcc1e87 |
| children | 9b452b29a2dc |
line wrap: on
line diff
--- a/roundup/__init__.py Fri Dec 19 01:51:56 2003 +0000 +++ b/roundup/__init__.py Wed Jan 07 22:44:44 2004 +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.25.2.4 2003-12-04 02:39:04 richard Exp $ +# $Id: __init__.py,v 1.25.2.5 2004-01-07 22:44:44 richard Exp $ ''' Roundup - issue tracking for knowledge workers. @@ -67,6 +67,6 @@ much prettier cake :) ''' -__version__ = '0.6.4' +__version__ = '0.6.5' # vim: set filetype=python ts=4 sw=4 et si
