diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b56f67c..28c41606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.7.1] 2023-11-08 +* Bug Fixes: + * Treat granules without `RelatedUrls` as not cloud-hosted. + ## [v0.7.0] 2023-10-31 * Bug Fixes: * Fix spelling mistake in `access` variable assignment (`direc` -> `direct`) diff --git a/CITATION.cff b/CITATION.cff index aa85db90..aea82a41 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,8 +23,8 @@ keywords: url: "https://earthaccess.readthedocs.io" repository-code: "https://github.com/nsidc/earthaccess" -version: "0.7.0" -date-released: "2023-10-31" +version: "0.7.1" +date-released: "2023-11-08" authors: - family-names: "Barrett" diff --git a/pyproject.toml b/pyproject.toml index 953bb809..ed10ef7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "earthaccess" -version = "0.7.0" +version = "0.7.1" homepage = "https://github.com/nsidc/earthaccess" description = "Client library for NASA Earthdata APIs" authors = ["earthaccess contributors"] @@ -79,7 +79,7 @@ build-backend = "poetry.masonry.api" [tool.bumpversion] -current_version = "0.7.0" +current_version = "0.7.1" commit = false tag = false