From 72a7e86be0b1c5f06ea4f07763bff450a8e91753 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Mon, 11 Oct 2021 08:53:13 -0600 Subject: [PATCH] This is 1.2.10 --- CHANGES.txt | 7 ++++--- rasterio/__init__.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index c937ba4e..f262b96e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,10 +1,11 @@ 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) ------------------ diff --git a/rasterio/__init__.py b/rasterio/__init__.py index bde90fd8..f358b9ce 100644 --- a/rasterio/__init__.py +++ b/rasterio/__init__.py @@ -40,7 +40,7 @@ import rasterio.enums import rasterio.path __all__ = ['band', 'open', 'pad', 'Env'] -__version__ = "1.2.10dev" +__version__ = "1.2.10" __gdal_version__ = gdal_version() # Rasterio attaches NullHandler to the 'rasterio' logger and its