Code

merge Zope Collector #580 fix from ZPT CVS trunk
[roundup.git] / roundup / __init__.py
index 758875f70ea3eab2950b649c4daa19ead0b1fc82..e9a87a22a399fae52660c882c7c9db4e9b4c6955 100644 (file)
@@ -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