Skip to content

Commit 3ddbc93

Browse files
authored
Merge pull request #1099 from betolink/v0.15.1-patch
bump version patch 0.15.1
2 parents 8d866d0 + 68b943b commit 3ddbc93

File tree

4 files changed

+8
-5
lines changed

4 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.15.1] - 2025-09-16
11+
1012
## Fixed:
1113

1214
- Obstore and VirtualiZarr should not be required([#1097](https://github.com/nsidc/earthaccess/issues/1097))([@betolink](https://github.com/betolink))
@@ -780,7 +782,8 @@ _Conception!_
780782
- Add basic classes to interact with NASA CMR, EDL and cloud access.
781783
- Basic object formatting.
782784

783-
[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.15.0...HEAD
785+
[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.15.1...HEAD
786+
[0.15.1]: https://github.com/nsidc/earthaccess/compare/v0.15.0...v0.15.1
784787
[0.15.0]: https://github.com/nsidc/earthaccess/compare/v0.14.0...v0.15.0
785788
[0.14.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.14.0
786789
[0.13.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.13.0

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ keywords:
2626
url: "https://earthaccess.readthedocs.io"
2727
repository-code: "https://github.com/nsidc/earthaccess"
2828

29-
version: "0.15.0"
29+
version: "0.15.1"
3030
date-released: "2025-09-16"
3131

3232
authors:

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.15.0"
7+
version = "0.15.1"
88
description = "Client library for NASA Earthdata APIs"
99
authors = [{ name = "earthaccess contributors" }]
1010
maintainers = [
@@ -190,7 +190,7 @@ combine-as-imports = true
190190
convention = "google"
191191

192192
[tool.bumpversion]
193-
current_version = "0.15.0"
193+
current_version = "0.15.1"
194194
commit = false
195195
tag = false
196196
regex = true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)