From 77f8aa117770abfc7cef4478a39302091f1d0bba Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Wed, 18 Jan 2023 09:19:39 +1100 Subject: [PATCH] Release 0.3.5 --- CHANGELOG.md | 3 +++ odc/stac/_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78ac85..b1639d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. 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). +## [v0.3.5] - 2023-01-18 + +- Fix data loading with Dask for collections where items might have "missing" assets ## [v0.3.4] - 2022-12-08 diff --git a/odc/stac/_version.py b/odc/stac/_version.py index 90aa25c..352b557 100644 --- a/odc/stac/_version.py +++ b/odc/stac/_version.py @@ -1,2 +1,2 @@ """version information only.""" -__version__ = "0.3.4" +__version__ = "0.3.5"