Show
Ignore:
Timestamp:
02/29/08 17:57:52 (4 years ago)
Author:
trivoallan
Message:

cleverbox :

  • fixed cleverbox version number. Fixes #37
  • explicitely forbid the cleverbox to run with trac-0.10.3. Fixes #43
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/branches/0.4/setup.py

    r278 r328  
    4141     
    4242    # Dependencies 
    43     install_requires=['setuptools>=0.6b1', 'trac>=0.10.3'] 
     43    install_requires=['setuptools>=0.6b1', 'trac>=0.10.4'] 
    4444)