Code

attempt to fix the template finding
[roundup.git] / roundup / __init__.py
index 9eb351dd6c24320a8a668b322868d4a67c7a044d..27dbc317836c85fad7a3af18edd4addeddebad38 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.21 2003-05-08 07:04:08 richard Exp $
+# $Id: __init__.py,v 1.22 2003-05-09 05:04:34 richard Exp $
 
 ''' Roundup - issue tracking for knowledge workers.
 
@@ -67,6 +67,6 @@ written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a
 much prettier cake :)
 '''
 
-__version__ = '0.6.0a1'
+__version__ = '0.6.0b1'
 
 # vim: set filetype=python ts=4 sw=4 et si