From b678ccc83c4bddd88de81338ce6d787165a9c96e Mon Sep 17 00:00:00 2001 From: Eric Yvorchuk Date: Fri, 22 Sep 2023 13:32:28 -0700 Subject: [PATCH] Bump to version 4.3.2 --- NEWS.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 73244c83..9b6eebfe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # News / Release Notes +## 4.3.2 + +*Release Date: 22-Sep-2023* + +- [Add PCIC-Blend observations to the Daily Gridded Meteorlogical Datasets page](https://github.com/pacificclimate/pdp/pull/300) + ## 4.3.1 *Release Date: 14-Jul-2023* diff --git a/setup.py b/setup.py index c6f58c63..9e75aa75 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ warn("Could not import sphinx. You won't be able to build the docs") -__version__ = "4.3.1" +__version__ = "4.3.2" class PyTest(TestCommand):