From: richard Date: Wed, 8 Aug 2001 03:29:35 +0000 (+0000) Subject: Next release is 0.2.6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e3e87b1b591d724a15dd46e86e1e81c275c869e8;p=roundup.git Next release is 0.2.6 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@230 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/setup.py b/setup.py index 23f5f5b..78f4315 100644 --- a/setup.py +++ b/setup.py @@ -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 @@ for t in templates: 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 @@ setup ( name = "roundup", # # $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.