X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2F__init__.py;h=e9a87a22a399fae52660c882c7c9db4e9b4c6955;hb=7520e02f86cafa83c87f69a0c671a583aae14368;hp=758875f70ea3eab2950b649c4daa19ead0b1fc82;hpb=d41bd8697d416b2ae31bce688a72fc67f97a89f1;p=roundup.git diff --git a/roundup/__init__.py b/roundup/__init__.py index 758875f..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.6 2001-08-07 00:24:42 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,20 +65,6 @@ written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a much prettier cake :) ''' -# -# $Log: not supported by cvs2svn $ -# Revision 1.5 2001/08/07 00:15:51 richard -# Added the copyright/license notice to (nearly) all files at request of -# Bizar Software. -# -# Revision 1.4 2001/07/29 07:01:39 richard -# Added vim command to all source so that we don't get no steenkin' tabs :) -# -# Revision 1.3 2001/07/28 01:39:02 richard -# Added some documentation to the roundup package. -# -# Revision 1.2 2001/07/22 12:09:32 richard -# Final commit of Grande Splite -# -# +__version__ = '0.5.0b2' + # vim: set filetype=python ts=4 sw=4 et si