Changeset 3998

Show
Ignore:
Timestamp:
01/20/08 18:39:27 (1 year ago)
Author:
faide
Message:

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)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/setup.py

    r3924 r3998  
    1818    "DecoratorTools >= 1.4", 
    1919    "FormEncode >= 0.7.1", 
    20     "PasteScript >= 0.9.7", 
     20    "PasteScript >= 0.9.7,<1.6.1", 
    2121    "RuleDispatch >= 0.5a0.dev-r2303", 
    2222    "setuptools >= 0.6c2", 
  • branches/1.0/turbogears/release.py

    r3986 r3998  
    1 version = "1.0.4
     1version = "1.0.4.1
    22author = "Kevin Dangoor" 
    33email = "dangoor+turbogears@gmail.com"