From 92d0bb4a274ec9923265567968beea3be4283e61 Mon Sep 17 00:00:00 2001 From: Frederic Briol Date: Fri, 24 Sep 2021 07:30:43 +0200 Subject: [PATCH] bump to version 1.2.2 --- conda/meta.yaml | 2 +- docs/source/changelog.rst | 6 ++++++ docs/source/conf.py | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index b8263cb..b342c4e 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "swot_simulator" %} -{% set version = "1.2.1" %} +{% set version = "1.2.2" %} package: name: {{ name|lower }} diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 169cf22..3d2266c 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +1.2.2 - 2021/09/24 +------------------ +* Logging settings +* Plugins to interpolate Schism maps +* Fixes issues on Nadir products + 1.2.1 - 2021/09/15 ------------------ * DATA folder is not available after pip install. diff --git a/docs/source/conf.py b/docs/source/conf.py index e675a8f..2f775f7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,9 +22,9 @@ author = 'CNES/JPL' # The short X.Y version -version = '1.2.1' +version = '1.2.2' # The full version, including alpha/beta/rc tags -release = '1.2.1' +release = '1.2.2' # -- General configuration ---------------------------------------------------