From 9348c584f0cd6f89fbe575ce969430725ddf4947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dutrieux?= Date: Mon, 15 Jul 2024 12:19:33 +0200 Subject: [PATCH] Bump version; new release to be archived on Zenodo and linked to the JOSS manuscript "nrt: operational monitoring of satellite image time-series in Python" --- CHANGES.txt | 9 ++++++++- nrt/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1a2c842..373e711 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,16 @@ Changes ======= +Dev +--- -0.2.1 + +0.2.1 (2024-07-15) ----- + +- Various improvements to documentation and package metadata suggested by JOSS + review (new example using PC archive and STAC catalogue, Contributing guidelines, + explicit citation information, etc) - Small documentation improvement for CCDC monitoring - New update_mask argument and moniroting class attribute to allow monitoring to continue regardless of boundary crossing diff --git a/nrt/__init__.py b/nrt/__init__.py index d3ec452..3ced358 100644 --- a/nrt/__init__.py +++ b/nrt/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"