- Add get_version, get_version_str and get_version_tuple to retrieve gdal/ogr version
1.4.1
- Fix get_raster_stats, which was aparently broken in Python 3 - Declare support for python 3.10, 3.11 and 3.12
1.4.0
- Don't set preserve_fid flag unlike explicitly requested, to mitigate https://github.com/OSGeo/gdal/issues/7011 - Update build dependencies and declare python 3.8 and 3.9 support
1.3.2
Python 3 and bug fixes in gdalsrsinfo, gdalinfo and ogrinfo
1.3.1
Fix Pypi description
1.3.0
- Add gdalsrsinfo command. - Add ogr2ogr support for -sql and -dim flags - Declare Python 3.6 and 3.7 support. Drop 3.5 testing and declaration (it will probabl still work) - Disable some failing tests