Skip to content

Commit 3149d32

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent b70afa1 commit 3149d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.30.2.2 2004-05-13 00:26:07 richard Exp $
18+
# $Id: __init__.py,v 1.30.2.3 2004-05-27 22:28:02 richard Exp $
1919

2020
'''Roundup - issue tracking for knowledge workers.
2121
@@ -68,6 +68,6 @@
6868
'''
6969
__docformat__ = 'restructuredtext'
7070

71-
__version__ = '0.7.2'
71+
__version__ = '0.7.3'
7272

7373
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)