Changeset 1021
- Timestamp:
- 01/18/08 13:26:30
- Files:
-
- Shapely/trunk/HISTORY.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/HISTORY.txt
r1017 r1021 1 1 All ticket numbers are rooted at http://trac.gispython.org/projects/PCL/ticket/ 2 3 1.0: 18 January 2008 4 -------------------- 5 - Final release. 6 2 7 3 8 1.0 RC2: 16 January 2008 Shapely/trunk/setup.py
r1017 r1021 12 12 13 13 setup(name = 'Shapely', 14 version = '1.0 rc2',14 version = '1.0', 15 15 description = 'Geospatial geometries, predicates, and operations', 16 16 license = 'BSD', Shapely/trunk/setup_windows.py
r1017 r1021 12 12 13 13 setup(name = 'Shapely', 14 version = '1.0 rc2',14 version = '1.0', 15 15 description = 'Geospatial geometries, predicates, and operations', 16 16 license = 'BSD',
