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"