Author: faide
Date: Mon Jan 21 15:31:15 2008
New Revision: 4010
URL: http://trac.turbogears.org/changeset/4010

Log:
down'ing requirement for pastescript to <1.6

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       Mon Jan 21 15:31:15 2008
@@ -17,7 +17,7 @@
     "ConfigObj >= 4.3.2",
     "DecoratorTools >= 1.4",
     "FormEncode >= 0.7.1",
-    "PasteScript >= 0.9.7,<1.6.1",
+    "PasteScript >= 0.9.7,<1.6",
     "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  Mon Jan 21 15:31:15 2008
@@ -1,4 +1,4 @@
-version = "1.0.4.1"
+version = "1.0.4.2"
 author = "Kevin Dangoor"
 email = "[EMAIL PROTECTED]"
 copyright = "Copyright 2005-2007 Kevin Dangoor and contributors"

Reply via email to