Mercurial > p > roundup > code
changeset 164:90073d289028
Just making sure we've got the right version in there for development.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 30 Jul 2001 07:17:44 +0000 |
| parents | 8f9a65510139 |
| children | deba609c1583 |
| files | setup.py |
| diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Jul 30 06:26:31 2001 +0000 +++ b/setup.py Mon Jul 30 07:17:44 2001 +0000 @@ -1,5 +1,5 @@ #! /usr/bin/env python -# $Id: setup.py,v 1.9 2001-07-29 23:34:26 richard Exp $ +# $Id: setup.py,v 1.10 2001-07-30 07:17:44 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -25,7 +25,7 @@ setup ( name = "roundup", - version = "0.2.3", + version = "0.2.4", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@sourceforge.net", @@ -36,6 +36,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.9 2001/07/29 23:34:26 richard +# Added unit tests so they're run whenever we package/install/whatever. +# # Revision 1.8 2001/07/29 09:43:46 richard # Make sure that the htmlbase is up-to-date when we build a source dist. #
