From 89c0462697fc981c6b0987bb96bf3e2985d36527 Mon Sep 17 00:00:00 2001 From: Julia Collins Date: Tue, 11 Feb 2025 16:29:55 -0700 Subject: [PATCH] bumped in prep for deploy --- CHANGELOG.md | 5 ++++- CITATION.cff | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4f7938..6962c40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [v0.14.0] - 2025-02-11 + ### Added - `search_datasets` now accepts a `has_granules` keyword argument. Use `has_granules=False` to search for metadata about collections with no @@ -689,7 +691,8 @@ _Conception!_ - Add basic classes to interact with NASA CMR, EDL and cloud access. - Basic object formatting. -[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/nsidc/earthaccess/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/nsidc/earthaccess/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/nsidc/earthaccess/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.11.0 diff --git a/CITATION.cff b/CITATION.cff index 54a0fd3b..ff72b991 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,8 +26,8 @@ keywords: url: "https://earthaccess.readthedocs.io" repository-code: "https://github.com/nsidc/earthaccess" -version: "0.13.0" -date-released: "2025-01-28" +version: "0.14.0" +date-released: "2025-02-11" authors: - family-names: "Barrett" diff --git a/pyproject.toml b/pyproject.toml index 1d2c36d7..067751ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "earthaccess" -version = "0.13.0" +version = "0.14.0" description = "Client library for NASA Earthdata APIs" authors = [ {name = "earthaccess contributors"} @@ -184,7 +184,7 @@ combine-as-imports = true convention = "google" [tool.bumpversion] -current_version = "0.13.0" +current_version = "0.14.0" commit = false tag = false regex = true