We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785a3fb commit 048cdbcCopy full SHA for 048cdbc
roundup/__init__.py
@@ -15,7 +15,7 @@
15
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17
#
18
-# $Id: __init__.py,v 1.27 2004-02-11 23:55:08 richard Exp $
+# $Id: __init__.py,v 1.28 2004-03-26 06:38:48 richard Exp $
19
20
'''Roundup - issue tracking for knowledge workers.
21
@@ -68,6 +68,6 @@
68
'''
69
__docformat__ = 'restructuredtext'
70
71
-__version__ = '0.7.0b1'
+__version__ = '0.7.0b2'
72
73
# vim: set filetype=python ts=4 sw=4 et si
0 commit comments