Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Oct 21, 2020
1 parent bff7927 commit f3c04a5
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
@@ -1,8 +1,8 @@
Changes
=======

1.1.8dev
--------
1.1.8 (2020-10-20)
------------------

- Multipolyons passed to rasterize are flattened to avoid holes in output
(#2014).
Expand Down
2 changes: 1 addition & 1 deletion rasterio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def emit(self, record):
import rasterio.path

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

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

0 comments on commit f3c04a5

Please sign in to comment.