Skip to content

Commit e4a410b

Browse files
author
Richard Jones
committed
Next release is 0.2.6
1 parent 5b00d60 commit e4a410b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.16 2001-08-07 00:24:42 richard Exp $
19+
# $Id: setup.py,v 1.17 2001-08-08 03:29:35 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -42,7 +42,7 @@
4242

4343

4444
setup ( name = "roundup",
45-
version = "0.2.6",
45+
version = "0.2.7",
4646
description = "Roundup issue tracking system.",
4747
author = "Richard Jones",
4848
author_email = "[email protected]",
@@ -53,6 +53,9 @@
5353

5454
#
5555
# $Log: not supported by cvs2svn $
56+
# Revision 1.16 2001/08/07 00:24:42 richard
57+
# stupid typo
58+
#
5659
# Revision 1.15 2001/08/07 00:15:51 richard
5760
# Added the copyright/license notice to (nearly) all files at request of
5861
# Bizar Software.

0 commit comments

Comments
 (0)