Skip to content

Commit de0913d

Browse files
author
Richard Jones
committed
*baff* richard.
1 parent 23d8b9a commit de0913d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/__init__.py

Lines changed: 5 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.7 2002-06-17 23:14:44 richard Exp $
18+
# $Id: __init__.py,v 1.8 2002-06-21 00:24:53 richard Exp $
1919

2020
__doc__ = '''
2121
This is a simple-to-use and -install issue-tracking system with
@@ -65,10 +65,13 @@
6565
much prettier cake :)
6666
'''
6767

68-
__version__ = '1.4.2rc1'
68+
__version__ = '0.4.2rc1'
6969

7070
#
7171
# $Log: not supported by cvs2svn $
72+
# Revision 1.7 2002/06/17 23:14:44 richard
73+
# . #569415 ] {version}
74+
#
7275
# Revision 1.6 2001/08/07 00:24:42 richard
7376
# stupid typo
7477
#

0 commit comments

Comments
 (0)