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 23d8b9a commit de0913dCopy full SHA for de0913d
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.7 2002-06-17 23:14:44 richard Exp $
+# $Id: __init__.py,v 1.8 2002-06-21 00:24:53 richard Exp $
19
20
__doc__ = '''
21
This is a simple-to-use and -install issue-tracking system with
@@ -65,10 +65,13 @@
65
much prettier cake :)
66
'''
67
68
-__version__ = '1.4.2rc1'
+__version__ = '0.4.2rc1'
69
70
71
# $Log: not supported by cvs2svn $
72
+# Revision 1.7 2002/06/17 23:14:44 richard
73
+# . #569415 ] {version}
74
+#
75
# Revision 1.6 2001/08/07 00:24:42 richard
76
# stupid typo
77
0 commit comments