summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ff637a)
raw | patch | inline | side by side (parent: 9ff637a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 8 Aug 2001 03:29:35 +0000 (03:29 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 8 Aug 2001 03:29:35 +0000 (03:29 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@230 57a73879-2fb5-44c3-a270-3262357dd7e2
setup.py | patch | blob | history |
diff --git a/setup.py b/setup.py
index 23f5f5b7b7f850d6c53a36fcb113540a8089ad28..78f4315d466182d945e0fec8eef8695bb173b4cf 100644 (file)
--- a/setup.py
+++ b/setup.py
# 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
setup ( name = "roundup",
- version = "0.2.6",
+ version = "0.2.7",
description = "Roundup issue tracking system.",
author = "Richard Jones",
author_email = "richard@sourceforge.net",
#
# $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.