Changeset 1021

Show
Ignore:
Timestamp:
01/18/08 13:26:30
Author:
seang
Message:

Set version to 1.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Shapely/trunk/HISTORY.txt

    r1017 r1021  
    11All ticket numbers are rooted at http://trac.gispython.org/projects/PCL/ticket/ 
     2 
     31.0: 18 January 2008 
     4-------------------- 
     5- Final release. 
     6 
    27 
    381.0 RC2: 16 January 2008 
  • Shapely/trunk/setup.py

    r1017 r1021  
    1212 
    1313setup(name          = 'Shapely', 
    14       version       = '1.0rc2', 
     14      version       = '1.0', 
    1515      description   = 'Geospatial geometries, predicates, and operations', 
    1616      license       = 'BSD', 
  • Shapely/trunk/setup_windows.py

    r1017 r1021  
    1212 
    1313setup(name          = 'Shapely', 
    14       version       = '1.0rc2', 
     14      version       = '1.0', 
    1515      description   = 'Geospatial geometries, predicates, and operations', 
    1616      license       = 'BSD',