From 7a6b37300e71b5b3275f79fdb3aa99926ec4718a Mon Sep 17 00:00:00 2001 From: lbdreyer Date: Fri, 11 Mar 2022 14:14:09 +0000 Subject: [PATCH] Update version to 3.2.1 and fix whatsnew --- docs/src/whatsnew/3.2.rst | 8 ++------ lib/iris/__init__.py | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/src/whatsnew/3.2.rst b/docs/src/whatsnew/3.2.rst index fad2c61b1d..4a82b24857 100644 --- a/docs/src/whatsnew/3.2.rst +++ b/docs/src/whatsnew/3.2.rst @@ -25,8 +25,8 @@ This document explains the changes made to Iris for this release any issues or feature requests for improving Iris. Enjoy! -v3.2.1 |build_date| [unreleased] -******************************** +v3.2.1 (11 Mar 2022) +==================== .. dropdown:: :opticon:`alert` v3.2.1 Patches :container: + shadow @@ -48,10 +48,6 @@ v3.2.1 |build_date| [unreleased] :attr:`~iris.coords.Coord.bounds` array for a scalar :class:`~iris.coords.Coord`. (:pull:`4610`). - 💼 **Internal** - - #. N/A - 📢 Announcements ================ diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py index a28a7cd479..619ac7bd44 100644 --- a/lib/iris/__init__.py +++ b/lib/iris/__init__.py @@ -108,7 +108,7 @@ def callback(cube, field, filename): # Iris revision. -__version__ = "3.2.0.post0" +__version__ = "3.2.1" # Restrict the names imported when using "from iris import *" __all__ = [