mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Update change log and dev version
This commit is contained in:
parent
e9c3dbad49
commit
fbdc164480
@ -1,9 +1,15 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
1.3.6 (TBD)
|
||||
1.3.7 (TBD)
|
||||
-----------
|
||||
|
||||
- The math for array_bounds has been fixed. It can now handle rotated arrays
|
||||
(#2787).
|
||||
|
||||
1.3.6 (2023-02-13)
|
||||
------------------
|
||||
|
||||
- Tests that use matplotlib have been cleaned up and the one in test_warp.py
|
||||
which uses our vendored rangehttpserver has been marked as needing a network
|
||||
(#).
|
||||
|
||||
@ -81,7 +81,7 @@ except ImportError:
|
||||
have_vsi_plugin = False
|
||||
|
||||
__all__ = ['band', 'open', 'pad', 'Env', 'CRS']
|
||||
__version__ = "1.3.6dev"
|
||||
__version__ = "1.3.7dev"
|
||||
__gdal_version__ = gdal_version()
|
||||
__proj_version__ = ".".join([str(version) for version in get_proj_version()])
|
||||
__geos_version__ = ".".join([str(version) for version in get_geos_version()])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user