Skip to content

Commit 34ffbe2

Browse files
authored
Merge pull request #951 from nsidc/deploy
Release v0.14.0
2 parents ea0d411 + 89c0462 commit 34ffbe2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

88
## [Unreleased]
99

10+
## [v0.14.0] - 2025-02-11
11+
1012
### Added
1113
- `search_datasets` now accepts a `has_granules` keyword argument. Use
1214
`has_granules=False` to search for metadata about collections with no
@@ -689,7 +691,8 @@ _Conception!_
689691
- Add basic classes to interact with NASA CMR, EDL and cloud access.
690692
- Basic object formatting.
691693

692-
[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.13.0...HEAD
694+
[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.14.0...HEAD
695+
[0.14.0]: https://github.com/nsidc/earthaccess/compare/v0.13.0...v0.14.0
693696
[0.13.0]: https://github.com/nsidc/earthaccess/compare/v0.12.0...v0.13.0
694697
[0.12.0]: https://github.com/nsidc/earthaccess/compare/v0.11.0...v0.12.0
695698
[0.11.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.11.0

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ keywords:
2626
url: "https://earthaccess.readthedocs.io"
2727
repository-code: "https://github.com/nsidc/earthaccess"
2828

29-
version: "0.13.0"
30-
date-released: "2025-01-28"
29+
version: "0.14.0"
30+
date-released: "2025-02-11"
3131

3232
authors:
3333
- family-names: "Barrett"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "earthaccess"
7-
version = "0.13.0"
7+
version = "0.14.0"
88
description = "Client library for NASA Earthdata APIs"
99
authors = [
1010
{name = "earthaccess contributors"}
@@ -184,7 +184,7 @@ combine-as-imports = true
184184
convention = "google"
185185

186186
[tool.bumpversion]
187-
current_version = "0.13.0"
187+
current_version = "0.14.0"
188188
commit = false
189189
tag = false
190190
regex = true

0 commit comments

Comments
 (0)