From 8a899cb044b4a4fbad8a53b472687a43b4941629 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 21 Jun 2002 00:24:53 +0000 Subject: [PATCH] *baff* richard. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@806 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/__init__.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roundup/__init__.py b/roundup/__init__.py index 7450bd6..397a890 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.7 2002-06-17 23:14:44 richard Exp $ +# $Id: __init__.py,v 1.8 2002-06-21 00:24:53 richard Exp $ __doc__ = ''' This is a simple-to-use and -install issue-tracking system with @@ -65,10 +65,13 @@ written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a much prettier cake :) ''' -__version__ = '1.4.2rc1' +__version__ = '0.4.2rc1' # # $Log: not supported by cvs2svn $ +# Revision 1.7 2002/06/17 23:14:44 richard +# . #569415 ] {version} +# # Revision 1.6 2001/08/07 00:24:42 richard # stupid typo # -- 2.30.2