From 997f3b9634a04d0c5962fb236fb6611e054030a5 Mon Sep 17 00:00:00 2001 From: Ghislain Vieilledent Date: Wed, 19 Jun 2024 19:24:08 -0400 Subject: [PATCH] Update changelog for new version 1.3 --- CHANGELOG.rst | 8 ++++++++ riskmapjnr/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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