Changeset 4905 for projects/tgcrud/branches
- Timestamp:
- 07/08/08 10:39:40 (6 months ago)
- Files:
-
- projects/tgcrud/branches/tgcrudkid/setup.py (modified) (1 diff)
- projects/tgcrud/branches/tgcrudkid/tgcrud/release.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/tgcrud/branches/tgcrudkid/setup.py
r3082 r4905 18 18 #license=license, 19 19 20 install_requires = ["TurboGears >= 1.0, < = 1.1"],20 install_requires = ["TurboGears >= 1.0, < 1.9.7"], 21 21 zip_safe=True, 22 22 packages=find_packages(), projects/tgcrud/branches/tgcrudkid/tgcrud/release.py
r4607 r4905 2 2 3 3 4 version = "1.0. 1"4 version = "1.0.2" 5 5 6 6 description = "Genrate CRUD interface in TurboGears" … … 132 132 ------------------------- 133 133 134 1.0.2 135 * Expand compatibility to all TurboGears 1 version 136 134 137 1.0.1 135 138 * Minor template updates