Mercurial > p > roundup > code
diff roundup/__init__.py @ 1744:25535180c4b0
pre-release machinations
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Aug 2003 00:21:58 +0000 |
| parents | 8996815813df |
| children | ecfb6ccf20b0 8a6077ec701b |
line wrap: on
line diff
--- a/roundup/__init__.py Sun Aug 17 23:54:42 2003 +0000 +++ b/roundup/__init__.py Mon Aug 18 00:21:58 2003 +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.24 2003-07-28 23:41:04 richard Exp $ +# $Id: __init__.py,v 1.25 2003-08-18 00:21:58 richard Exp $ ''' Roundup - issue tracking for knowledge workers. @@ -67,6 +67,6 @@ much prettier cake :) ''' -__version__ = '0.6.0b4' +__version__ = '0.6.0' # vim: set filetype=python ts=4 sw=4 et si
