Code

merge Zope Collector #580 fix from ZPT CVS trunk
[roundup.git] / roundup / __init__.py
index 849cdfbf3e3b8c140829f00e710550084dbd85a8..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.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