From e4bbba2b7d111a34f8555f3ce7b98860aa901749 Mon Sep 17 00:00:00 2001 From: nicolasK Date: Tue, 12 Dec 2023 15:39:19 +0100 Subject: [PATCH] doc(version) : v0.0.1-rc9 --- CHANGELOG.md | 3 ++- earthdaily/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1992a038..2563b5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.1] +## [0.0.1-rc9] - 2023-12-12 ### Added @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Load json config for `Auth`. +- Remove kwargs of `geobox` for native cloudmask in order to parse new `geobox`. ## [0.0.1-rc8] - 2023-07-12 diff --git a/earthdaily/__init__.py b/earthdaily/__init__.py index a6342258..b13deae8 100644 --- a/earthdaily/__init__.py +++ b/earthdaily/__init__.py @@ -1,3 +1,3 @@ from . import earthdatastore, datasets -__version__ = "0.0.1" +__version__ = "0.0.1-rc9"