From cf5a01de01edce81108163c142405b5968c7bee4 Mon Sep 17 00:00:00 2001 From: Nikki <17799906+nikki-t@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:12:07 -0400 Subject: [PATCH] Bump to 0.11.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 f91768e3..10703af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v0.11.0] 2024-10-01 ### Changed diff --git a/CITATION.cff b/CITATION.cff index 28242edc..f1784415 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.10.0" -date-released: "2024-07-19" +version: "0.11.0" +date-released: "2024-10-01" authors: - family-names: "Barrett" diff --git a/pyproject.toml b/pyproject.toml index d8ef87dd..c6fb6800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "earthaccess" -version = "0.10.0" +version = "0.11.0" repository = "https://github.com/nsidc/earthaccess" documentation = "https://earthaccess.readthedocs.io" description = "Client library for NASA Earthdata APIs" @@ -168,7 +168,7 @@ combine-as-imports = true convention = "google" [tool.bumpversion] -current_version = "0.10.0" +current_version = "0.11.0" commit = false tag = false regex = true