Show
Ignore:
Timestamp:
07/08/08 10:39:40 (6 months ago)
Author:
fredlin
Message:

tgcrud: expand support tg versions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/tgcrud/branches/tgcrudkid/setup.py

    r3082 r4905  
    1818    #license=license, 
    1919     
    20     install_requires = ["TurboGears >= 1.0, <= 1.1"], 
     20    install_requires = ["TurboGears >= 1.0, < 1.9.7"], 
    2121    zip_safe=True, 
    2222    packages=find_packages(), 
  • projects/tgcrud/branches/tgcrudkid/tgcrud/release.py

    r4607 r4905  
    22 
    33 
    4 version = "1.0.1
     4version = "1.0.2
    55 
    66description = "Genrate CRUD interface in TurboGears" 
     
    132132------------------------- 
    133133 
     1341.0.2 
     135    * Expand compatibility to all TurboGears 1 version 
     136 
    1341371.0.1 
    135138    * Minor template updates