Update change log and dev version

This commit is contained in:
Sean Gillies 2023-04-25 14:35:14 -06:00
parent e9c3dbad49
commit fbdc164480
2 changed files with 8 additions and 2 deletions

View File

@ -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
(#).

View File

@ -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()])