Changeset 777

Show
Ignore:
Timestamp:
08/06/07 10:20:52
Author:
dokai
Message:

Bumped version to 0.2.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OWSLib/trunk/CHANGES.txt

    r775 r777  
    22======= 
    33 
    4 0.2.1 (unreleased
     40.2.1 (2007-08-06
    55------------------ 
    66 - Added support for Python 2.5 
    77 
    88 
    9 OWSLib 0.2.0: 1 February 2007 
    10 ----------------------------- 
     90.2.0 (2007-02-01) 
     10------------------ 
    1111 - Change license to BSD. 
    1212 - Added service contact metadata. 
    13  
  • OWSLib/trunk/setup.py

    r617 r777  
    33 
    44setup(name          = 'OWSLib', 
    5       version       = '0.2.0', 
     5      version       = '0.2.1', 
    66      description   = 'OGC Web Service utility library', 
    77      license       = 'BSD',