Code

More doc, straight out of the mailgw module and roundup-admin help
[roundup.git] / setup.py
index 3e06aacd17b77239aa3dfecc60708019c64d5c9e..00622f481aefdddbb3b8d1fe9170495057b8135d 100644 (file)
--- 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.18 2001-08-30 06:01:17 richard Exp $
+# $Id: setup.py,v 1.19 2001-09-10 09:48: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.8",
+        version = "0.2.9",
         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.18  2001/08/30 06:01:17  richard
+# Fixed missing import in mailgw :(
+#
 # Revision 1.17  2001/08/08 03:29:35  richard
 # Next release is 0.2.6
 #