diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aaddb0f..311ca765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/CITATION.cff b/CITATION.cff index f1784415..1b39f9ed 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 2a16c5af..5403ccba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} @@ -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