Author: faide Date: Sun Jan 20 18:39:27 2008 New Revision: 3998 URL: http://trac.turbogears.org/changeset/3998
Log: lower down the dependency on PasteScript because 1.6.1 and 1.6.1.1 break tg-admin quickstart command. We will release an updated version when the fix is implemented (http://trac.pythonpaste.org/pythonpaste/ticket/219) Modified: branches/1.0/setup.py branches/1.0/turbogears/release.py Modified: branches/1.0/setup.py ============================================================================== --- branches/1.0/setup.py (original) +++ branches/1.0/setup.py Sun Jan 20 18:39:27 2008 @@ -17,7 +17,7 @@ "ConfigObj >= 4.3.2", "DecoratorTools >= 1.4", "FormEncode >= 0.7.1", - "PasteScript >= 0.9.7", + "PasteScript >= 0.9.7,<1.6.1", "RuleDispatch >= 0.5a0.dev-r2303", "setuptools >= 0.6c2", "simplejson >= 1.3", Modified: branches/1.0/turbogears/release.py ============================================================================== --- branches/1.0/turbogears/release.py (original) +++ branches/1.0/turbogears/release.py Sun Jan 20 18:39:27 2008 @@ -1,4 +1,4 @@ -version = "1.0.4" +version = "1.0.4.1" author = "Kevin Dangoor" email = "[EMAIL PROTECTED]" copyright = "Copyright 2005-2007 Kevin Dangoor and contributors"
