From 340033812c1861c8e9f9a4cd735c88c8d423d53c Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Tue, 1 Jul 2025 11:40:36 -0400 Subject: [PATCH 1/2] REL: update version Update version number and description. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b8a5c5e..e843883a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta" [project] name = "ocbpy" -version = "0.5.0" +version = "0.6.0" license = {file = "LICENSE"} -description = 'Location relative to open/closed field line boundary' +description = 'Convert between magnetic/geodetic and adaptive, polar boundary coordinates' maintainers = [ {name = "Angeline G. Burrell", email = "angeline.g.burrell.civ@us.navy.mil"}, ] From 8cdee8f8afafb33780a8c4ba62eba7ce55ea7aa1 Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Tue, 1 Jul 2025 11:40:57 -0400 Subject: [PATCH 2/2] REL: set target release date Set a target release date for next week. --- Changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 01f76611..09b9bbb5 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -3,7 +3,7 @@ Changelog Summary of all changes made since the first stable release -0.6.0 (XX-XX-2025) +0.6.0 (07-07-2025) ------------------ * ENH: Updated the AMPERE boundaries to include 2022-2024, inclusive * ENH: Added `to_dict` method to the boundary class objects