From 7fae17a275da4e0edb5833a98ad547083257c2f0 Mon Sep 17 00:00:00 2001 From: Sander Niemeijer Date: Thu, 21 Jul 2022 10:54:51 +0200 Subject: [PATCH] Prepare for 2.1 version --- CHANGES.rst | 13 +++++++++++++ setup.py | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c61c660..990ea10 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +2.1 2022-07-21 +~~~~~~~~~~~~~~ + +* Add 'namespaces' property to product type extension. + +* Use property methods for muninn product type api properties. + 2.0 2021-11-03 ~~~~~~~~~~~~~~ @@ -24,3 +31,9 @@ ALTER TABLE s5p ALTER COLUMN orbit DROP NOT NULL; ALTER TABLE s5p ALTER COLUMN collection DROP NOT NULL; ALTER TABLE s5p ALTER COLUMN processor_version DROP NOT NULL; + + +1.0 2020-03-11 +~~~~~~~~~~~~~~ + +* First release. diff --git a/setup.py b/setup.py index 354ca26..f3e459a 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ setup( name="muninn-sentinel5p", - version="2.0", - description="Muninn extension for official L1/L2 Copernicus Sentinel-5P products", + version="2.1", + description="Muninn extension for official L1/L2/AUX Copernicus Sentinel-5P products", url="https://github.com/stcorp/muninn-sentinel5p", author="S[&]T", license="BSD",