Update version and change log

This commit is contained in:
Sean Gillies 2019-10-07 08:39:14 -06:00
parent 94affc4fe3
commit eb2b8c7734
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,11 @@
Changes
=======
1.1.0 (2019-10-07)
------------------
There have been no changes since 1.1b3.
1.1b3 (2019-10-03)
------------------
@ -39,8 +44,8 @@ New features:
override the default painter's algorithm. It takes an alternative method name
as a string or a callable. Please see the merge tool docstring for the
callable's signature (#1500).
- A new ``rasterio.transform.from_gcps()`` returns the Affine matrix that is a
best fit to given ground control points (#1749).
- A new ``rasterio.transform.from_gcps()`` function returns the Affine matrix
that is a best fit to given ground control points (#1749).
Bug fixes:

View File

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