Mercurial > p > roundup > code
changeset 223:5ce5fc22ac6c
Next release is 0.2.6
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Aug 2001 03:29:35 +0000 |
| parents | cec0f2a179c5 |
| children | ad2c98faec97 |
| files | setup.py |
| diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed Aug 08 02:50:55 2001 +0000 +++ b/setup.py Wed Aug 08 03:29:35 2001 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.16 2001-08-07 00:24:42 richard Exp $ +# $Id: setup.py,v 1.17 2001-08-08 03:29:35 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -42,7 +42,7 @@ setup ( name = "roundup", - version = "0.2.6", + version = "0.2.7", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@sourceforge.net", @@ -53,6 +53,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.16 2001/08/07 00:24:42 richard +# stupid typo +# # Revision 1.15 2001/08/07 00:15:51 richard # Added the copyright/license notice to (nearly) all files at request of # Bizar Software.
