From aacc2cb3040011dddabab5219283926f5f940efa Mon Sep 17 00:00:00 2001 From: Ghislain Vieilledent Date: Fri, 28 Jun 2024 13:57:01 -0400 Subject: [PATCH] Releasing v1.2.1 --- CHANGELOG.rst | 7 +++++++ forestatrisk/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43e921f..351cbfd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +forestatrisk 1.2.1 +++++++++++++++++++ + +* Compatibility with Python 3.12 +* Bug corrections. +* List of changes: https://github.com/ghislainv/forestatrisk/compare/v1.2...v1.2.1 + forestatrisk 1.2 ++++++++++++++++++ diff --git a/forestatrisk/__init__.py b/forestatrisk/__init__.py index fc05dfe..601b3da 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" +__version__ = "1.2.1" # GDAL exceptions from osgeo import gdal