Code

- registration is now a two-step process, with confirmation from the email
[roundup.git] / roundup / __init__.py
index e46226e61f87009c71e2687f09b93a94b0063ec7..e7d2da0fa178abae3d28d5421b893d31f6d7f206 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.19 2003-02-20 07:11:39 richard Exp $
+# $Id: __init__.py,v 1.20 2003-02-25 10:19:31 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.0'
+__version__ = '0.6.0pr1'
 
 # vim: set filetype=python ts=4 sw=4 et si