From f40fd5023e20ebaefe63fb292f8c0c6e3899a773 Mon Sep 17 00:00:00 2001 From: Ghislain Vieilledent Date: Sun, 14 Jul 2024 11:02:14 -0500 Subject: [PATCH] Updating changelog and version number --- CHANGELOG.rst | 6 ++++++ forestatrisk/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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