Mercurial > p > roundup > code
diff roundup/__init__.py @ 1119:c25e67b0a82d
stoopid
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Sep 2002 21:39:17 +0000 |
| parents | 9b910e8d987d |
| children | 65e9dd4b59e1 |
line wrap: on
line diff
--- a/roundup/__init__.py Wed Sep 11 09:59:49 2002 +0000 +++ b/roundup/__init__.py Wed Sep 11 21:39:17 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.10 2002-09-10 00:18:20 richard Exp $ +# $Id: __init__.py,v 1.11 2002-09-11 21:39:17 richard Exp $ __doc__ = ''' This is a simple-to-use and -install issue-tracking system with @@ -65,6 +65,6 @@ much prettier cake :) ''' -__version__ = '0.4.2' +__version__ = '0.5.0b1' # vim: set filetype=python ts=4 sw=4 et si
