From b3572d720719615fd390456d489d5b5add0eec1e Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 20 Sep 2023 15:47:13 -0600 Subject: [PATCH] Bump version -> v0.6.0 --- CHANGELOG.md | 2 +- CITATION.cff | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021f3f91..e0dbad65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## [v0.5.4] 2023-09-19 +## [v0.6.0] 2023-09-20 * bug fixes: * earthaccess.search_datasets() and earthaccess.search_data() can find restricted datasets #296 * distributed serialization fixed for EarthAccessFile #301 and #276 diff --git a/CITATION.cff b/CITATION.cff index 143f6b74..659222fd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,8 +24,8 @@ keywords: url: "https://earthaccess.readthedocs.io" repository-code: "https://github.com/nsidc/earthaccess" -version: "0.5.3" -date-released: "2023-08-01" +version: "0.6.0" +date-released: "2023-09-20" authors: - family-names: "Barrett" diff --git a/pyproject.toml b/pyproject.toml index 6499f18b..c7e53143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ build-backend = "poetry.masonry.api" [tool.bumpversion] -current_version = "0.5.3" +current_version = "0.6.0" commit = false tag = false