X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=roundup%2F__init__.py;h=e7d2da0fa178abae3d28d5421b893d31f6d7f206;hb=90329de1e1e13f6261fef632743394a0cdf82ff7;hp=e46226e61f87009c71e2687f09b93a94b0063ec7;hpb=2e667106ba172dfe4b3802e874ef5afadcb986a3;p=roundup.git diff --git a/roundup/__init__.py b/roundup/__init__.py index e46226e..e7d2da0 100644 --- a/roundup/__init__.py +++ b/roundup/__init__.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.19 2003-02-20 07:11:39 richard Exp $ +# $Id: __init__.py,v 1.20 2003-02-25 10:19:31 richard Exp $ ''' Roundup - issue tracking for knowledge workers. @@ -67,6 +67,6 @@ written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a much prettier cake :) ''' -__version__ = '0.6.0' +__version__ = '0.6.0pr1' # vim: set filetype=python ts=4 sw=4 et si