Skip to content

Commit

Permalink
bumped in prep for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
juliacollins committed Feb 11, 2025
1 parent ea0d411 commit 89c0462
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 89c0462

Please sign in to comment.