Changeset 1106
- Timestamp:
- 05/18/08 14:30:44
- Files:
-
- Shapely/trunk/CHANGES.txt (modified) (1 diff)
- Shapely/trunk/setup.py (modified) (1 diff)
- Shapely/trunk/setup_windows.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Shapely/trunk/CHANGES.txt
r1090 r1106 1 1 All tickets are children of http://trac.gispython.org/projects/PCL/ticket/ 2 3 1.0.5 4 ------------------ 5 - Added access to GEOS polygonizer function. 2 6 3 7 1.0.4 (2008-05-01) Shapely/trunk/setup.py
r1089 r1106 12 12 13 13 setup(name = 'Shapely', 14 version = '1.0. 4',14 version = '1.0.5', 15 15 description = 'Geospatial geometries, predicates, and operations', 16 16 license = 'BSD', Shapely/trunk/setup_windows.py
r1090 r1106 12 12 13 13 setup(name = 'Shapely', 14 version = '1.0. 4',14 version = '1.0.5', 15 15 description = 'Geospatial geometries, predicates, and operations', 16 16 license = 'BSD',
