Mercurial > p > roundup > code
diff roundup/__init__.py @ 1227:92d8e1aad2e9
added mention of the new "minimal" template...
...and cleaned up Admin links in classic
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 26 Sep 2002 04:19:53 +0000 |
| parents | 65e9dd4b59e1 |
| children | 8dd4f736370b |
line wrap: on
line diff
--- a/roundup/__init__.py Thu Sep 26 04:15:55 2002 +0000 +++ b/roundup/__init__.py Thu Sep 26 04:19:53 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.12 2002-09-13 04:14:07 richard Exp $ +# $Id: __init__.py,v 1.13 2002-09-26 04:19:53 richard Exp $ __doc__ = ''' This is a simple-to-use and -install issue-tracking system with @@ -65,6 +65,6 @@ much prettier cake :) ''' -__version__ = '0.5.0b2' +__version__ = '0.5.0pr1' # vim: set filetype=python ts=4 sw=4 et si
