From c2ed7f9be940f7a6b51841c3e23ca537a5795861 Mon Sep 17 00:00:00 2001 From: betolink Date: Fri, 19 Jul 2024 14:41:51 -0500 Subject: [PATCH] releasing v0.10.0 --- CHANGELOG.md | 2 +- CITATION.cff | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882538ea..8e49ac4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [v0.10.0] 2024-07-19 ### Changed diff --git a/CITATION.cff b/CITATION.cff index 9da253c3..28242edc 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.9.0" -date-released: "2024-02-28" +version: "0.10.0" +date-released: "2024-07-19" authors: - family-names: "Barrett" diff --git a/pyproject.toml b/pyproject.toml index 5e1b4e46..54f73e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "earthaccess" -version = "0.9.0" +version = "0.10.0" repository = "https://github.com/nsidc/earthaccess" documentation = "https://earthaccess.readthedocs.io" description = "Client library for NASA Earthdata APIs" @@ -155,7 +155,7 @@ convention = "google" combine-as-imports = true [tool.bumpversion] -current_version = "0.9.0" +current_version = "0.10.0" commit = false tag = false regex = true