X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2F__init__.py;h=e9a87a22a399fae52660c882c7c9db4e9b4c6955;hb=3d106aaea151d4ee72945a7c8f26a8deb8f482a6;hp=849cdfbf3e3b8c140829f00e710550084dbd85a8;hpb=e8e0c9b06279ec296229fcbe2f1c308f4f67afb8;p=roundup.git diff --git a/roundup/__init__.py b/roundup/__init__.py index 849cdfb..e9a87a2 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.10 2002-09-10 00:18:20 richard Exp $ +# $Id: __init__.py,v 1.12 2002-09-13 04:14:07 richard Exp $ __doc__ = ''' This is a simple-to-use and -install issue-tracking system with @@ -65,6 +65,6 @@ written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a much prettier cake :) ''' -__version__ = '0.4.2' +__version__ = '0.5.0b2' # vim: set filetype=python ts=4 sw=4 et si