mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
Update change log for 1.2b3
This commit is contained in:
parent
60d106b6bc
commit
ee22f3eb2f
@ -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)
|
||||
------------------
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user