Skip to content

Commit

Permalink
Releasing v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Nov 13, 2024
1 parent c070d91 commit 7357ce6
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.12.0] - 2024-11-13

### Changed

- Use built-in `assert` statements instead of `unittest` assertions in
Expand Down Expand Up @@ -650,7 +652,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.11.0...HEAD
[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.12.0...HEAD
[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
[0.10.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.10.0
[0.9.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.9.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.11.0"
date-released: "2024-10-01"
version: "0.12.0"
date-released: "2024-11-13"

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.11.0"
version = "0.12.0"
description = "Client library for NASA Earthdata APIs"
authors = [
{name = "earthaccess contributors"}
Expand Down Expand Up @@ -173,7 +173,7 @@ combine-as-imports = true
convention = "google"

[tool.bumpversion]
current_version = "0.11.0"
current_version = "0.12.0"
commit = false
tag = false
regex = true
Expand Down

0 comments on commit 7357ce6

Please sign in to comment.