diff --git a/CHANGES.txt b/CHANGES.txt index 3e547ab7..bed0b364 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -2.0a7 (TBD) +2.0a7 (2020-05-17) ------------------ - allow reading high resolution part of a raster (by making height, width args optional) - add `max_size` option in `rio_tiler.reader.part` to set a maximum output size when height and width are not set diff --git a/setup.py b/setup.py index 55ddfc32..eaf65504 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="rio-tiler", - version="2.0a6", + version="2.0a7", python_requires=">=3", description=u"""Get mercator tile from CloudOptimized GeoTIFF and other cloud hosted raster such as CBERS-4, Sentinel-2, Sentinel-1 and Landsat-8 AWS PDS""", long_description=readme,