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 b70afa1 commit 3149d32Copy full SHA for 3149d32
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.30.2.2 2004-05-13 00:26:07 richard Exp $
+# $Id: __init__.py,v 1.30.2.3 2004-05-27 22:28:02 richard Exp $
19
20
'''Roundup - issue tracking for knowledge workers.
21
@@ -68,6 +68,6 @@
68
'''
69
__docformat__ = 'restructuredtext'
70
71
-__version__ = '0.7.2'
+__version__ = '0.7.3'
72
73
# vim: set filetype=python ts=4 sw=4 et si
0 commit comments