Mercurial > p > roundup > code
diff setup.py @ 704:54333751e98d search_indexing-0-4-2-branch
Brought search_indexing-branch up to date with latest changes in HEAD.
| author | Roche Compaan <rochecompaan@users.sourceforge.net> |
|---|---|
| date | Thu, 02 May 2002 13:09:11 +0000 |
| parents | 23685c45ab81 |
| children |
line wrap: on
line diff
--- a/setup.py Thu May 02 11:52:12 2002 +0000 +++ b/setup.py Thu May 02 13:09:11 2002 +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.32 2002-03-27 23:47:58 jhermann Exp $ +# $Id: setup.py,v 1.32.2.1 2002-05-02 13:09:06 rochecompaan Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -154,7 +154,7 @@ setup( name = "roundup", - version = "0.4.0", + version = "0.4.1", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@users.sourceforge.net", @@ -173,6 +173,12 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.33 2002/04/03 05:53:03 richard +# Didn't get around to committing these after the last release. +# +# Revision 1.32 2002/03/27 23:47:58 jhermann +# Fix for scripts running under CMD.EXE +# # Revision 1.31 2002/03/22 18:36:00 jhermann # chmod +x for scripts #
