From 7b46de1d12c0b735b3cc5a62c9129600e14f6817 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Tue, 14 Jan 2025 14:33:51 -0600 Subject: [PATCH] Bump python package version to 3.2.0 --- NEWS.rst | 2 ++ NEWS_GEO2GRID.rst | 5 +++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index cb5cacde..5276c8e9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,8 +2,10 @@ Release Notes ============= Version 3.2.0 (unreleased) +-------------------------- * Change default visible band output to apply '/ cos(SZA)'. Use '--normalized-radiances' for old behavior. +* Fix resampling coverage calculations Version 3.1.0 (2024-08-13) -------------------------- diff --git a/NEWS_GEO2GRID.rst b/NEWS_GEO2GRID.rst index 00dbb95d..08ecbbed 100644 --- a/NEWS_GEO2GRID.rst +++ b/NEWS_GEO2GRID.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 1.3.0 (unreleased) +-------------------------- + +* Fix resampling coverage calculations + Version 1.2.0 (2023-05-10) -------------------------- * Preliminary GOES-19 ABI reader support added diff --git a/pyproject.toml b/pyproject.toml index a64dc662..f169ab47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "polar2grid" -version = "3.1.1" +version = "3.2.0" authors = [ {name = "David Hoese", email = "david.hoese@ssec.wisc.edu"}, ]