diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90be54d..2cd52e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +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 + riskmapjnr 1.2.1 ---------------- diff --git a/riskmapjnr/__init__.py b/riskmapjnr/__init__.py index f0c2cc6..ce15caf 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.2.1" +__version__ = "1.3" # GDAL exceptions from osgeo import gdal