Code

pre-beta2 stuff
[roundup.git] / roundup / __init__.py
index 4c166dae3d7fbcd6f843427104560ea34845d0cf..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.11 2002-09-11 21:39:17 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.5.0b1'
+__version__ = '0.5.0b2'
 
 # vim: set filetype=python ts=4 sw=4 et si