diff setup.py @ 194:30c3a37b699f

Started stuff off for the 0.2.5 release
author Richard Jones <richard@users.sourceforge.net>
date Fri, 03 Aug 2001 01:54:58 +0000
parents 90073d289028
children c610319d11aa
line wrap: on
line diff
--- a/setup.py	Fri Aug 03 01:28:33 2001 +0000
+++ b/setup.py	Fri Aug 03 01:54:58 2001 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# $Id: setup.py,v 1.10 2001-07-30 07:17:44 richard Exp $
+# $Id: setup.py,v 1.11 2001-08-03 01:54:58 richard Exp $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -25,7 +25,7 @@
 
 
 setup ( name = "roundup", 
-        version = "0.2.4",
+        version = "0.2.5",
         description = "Roundup issue tracking system.",
         author = "Richard Jones",
         author_email = "richard@sourceforge.net",
@@ -36,6 +36,9 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.10  2001/07/30 07:17:44  richard
+# Just making sure we've got the right version in there for development.
+#
 # Revision 1.9  2001/07/29 23:34:26  richard
 # Added unit tests so they're run whenever we package/install/whatever.
 #

Roundup Issue Tracker: http://roundup-tracker.org/