Skip to content

Commit

Permalink
This is 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Oct 1, 2021
1 parent 5f2e559 commit 8943f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Changes
1.2.9 (2021-10-01)
------------------

- Compute geometry_window more accurately and tightly for rotated rasters
(#2303).
- Compute geometry_window more accurately and tightly for rotated rasters,
fixing a regression introduced in 1.2.1 (#2303).
- Copy mask to destination in rio-clip and rio-convert (#2232).
- Use a default 70% confidence threshold when matching CRS to definitions in
authority files (#2293). The confidence threshold can be defined when calling
Expand Down
2 changes: 1 addition & 1 deletion rasterio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import rasterio.path

__all__ = ['band', 'open', 'pad', 'Env']
__version__ = "1.2.9dev"
__version__ = "1.2.9"
__gdal_version__ = gdal_version()

# Rasterio attaches NullHandler to the 'rasterio' logger and its
Expand Down

0 comments on commit 8943f45

Please sign in to comment.