This is 1.2.10

This commit is contained in:
Sean Gillies 2021-10-11 08:53:13 -06:00
parent 621a6ba2b6
commit 72a7e86be0
2 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,11 @@
Changes Changes
======= =======
1.2.10 (TBD) 1.2.10 (2021-10-11)
------------ -------------------
- Raise WarpOperationError if ChunkAndWarp* do not succeed (#2305). - Raise WarpOperationError if ChunkAndWarp* do not succeed instead of silently
failing to write to the warp output dataset (#2305).
1.2.9 (2021-10-01) 1.2.9 (2021-10-01)
------------------ ------------------

View File

@ -40,7 +40,7 @@ import rasterio.enums
import rasterio.path import rasterio.path
__all__ = ['band', 'open', 'pad', 'Env'] __all__ = ['band', 'open', 'pad', 'Env']
__version__ = "1.2.10dev" __version__ = "1.2.10"
__gdal_version__ = gdal_version() __gdal_version__ = gdal_version()
# Rasterio attaches NullHandler to the 'rasterio' logger and its # Rasterio attaches NullHandler to the 'rasterio' logger and its