diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e33802b..3ae75a6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +forestatrisk 1.2.4 +++++++++++++++++++ + +* Bug correction when downloading protected areas from WDPA at state level. +* Changes: https://github.com/ghislainv/forestatrisk/compare/v1.2.3...v1.2.4 + forestatrisk 1.2.3 ++++++++++++++++++ diff --git a/forestatrisk/__init__.py b/forestatrisk/__init__.py index 531542f..ccd052c 100644 --- a/forestatrisk/__init__.py +++ b/forestatrisk/__init__.py @@ -10,7 +10,7 @@ # https://peps.python.org/pep-0008/#module-level-dunder-names __author__ = "Ghislain Vieilledent" __email__ = "ghislain.vieilledent@cirad.fr" -__version__ = "1.2.3" +__version__ = "1.2.4" # GDAL exceptions from osgeo import gdal