Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Jan 17, 2023
1 parent c476103 commit 77f8aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion odc/stac/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""version information only."""
__version__ = "0.3.4"
__version__ = "0.3.5"

0 comments on commit 77f8aa1

Please sign in to comment.