diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2cd52e0..01f34a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,19 @@ Changelog ========= +riskmapjnr 1.3.1 +---------------- + +* Replace ``gdal.TermProgress`` with ``gdal.TermProgress_nocb``. +* See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.3...v1.3.1 + riskmapjnr 1.3 -------------- * Adding functions for the benchmark model. * Update progress bar to mimic gdal outputs. * Bug corrections. -* See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.2.1...main +* See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.2...v1.2.1 riskmapjnr 1.2.1 ---------------- diff --git a/riskmapjnr/__init__.py b/riskmapjnr/__init__.py index ce15caf..ff91e97 100644 --- a/riskmapjnr/__init__.py +++ b/riskmapjnr/__init__.py @@ -7,7 +7,7 @@ # https://peps.python.org/pep-0008/#module-level-dunder-names __author__ = "Ghislain Vieilledent" __email__ = "ghislain.vieilledent@cirad.fr" -__version__ = "1.3" +__version__ = "1.3.1" # GDAL exceptions from osgeo import gdal