File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ keywords:
2626url : " https://earthaccess.readthedocs.io"
2727repository-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
3232authors :
3333 - family-names : " Barrett"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " earthaccess"
7- version = " 0.13 .0"
7+ version = " 0.14 .0"
88description = " Client library for NASA Earthdata APIs"
99authors = [
1010 {name = " earthaccess contributors" }
@@ -184,7 +184,7 @@ combine-as-imports = true
184184convention = " google"
185185
186186[tool .bumpversion ]
187- current_version = " 0.13 .0"
187+ current_version = " 0.14 .0"
188188commit = false
189189tag = false
190190regex = true
You can’t perform that action at this time.
0 commit comments