From 5c5e5b4541a56bac71d228416657016324174969 Mon Sep 17 00:00:00 2001 From: nicolas david Date: Fri, 24 Jun 2022 16:00:45 +0200 Subject: [PATCH] release 0.2.18 --- CHANGELOG.rst | 5 ++++- odeon/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b908a62..0c4e77e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -110,4 +110,7 @@ possibility to output in a csv file the threshold values corresponding to each p - Fix issue #47 : Detect by zone has a shift of 1 pixel on result on same case - Fix Issue #49 : Detect zone wrong extend and resolution output when asking a resolution different from source data - remove test on gdal tools in setup.py (see #48) - + +0.2.18 (2022-06-24) +------------------- +- Update documentation and doc configuration after transfert from gitlab to github diff --git a/odeon/__init__.py b/odeon/__init__.py index 9f01d8c..398bbe2 100644 --- a/odeon/__init__.py +++ b/odeon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.17" +__version__ = "0.2.18" from odeon.commons.logger.logger import get_new_logger, get_stream_handler try: