Update change log for 1.2b3

This commit is contained in:
Sean Gillies 2021-01-11 17:13:48 -07:00
parent 60d106b6bc
commit ee22f3eb2f
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changes
=======
1.2b3 (2020-01-11)
------------------
- Search for PROJ data in the module before searching system locations (#2080).
1.2b2 (2020-01-10)
------------------

View File

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