Skip to content

Commit 530e4d8

Browse files
authored
Update version to 3.2.1 and fix whatsnew (#4635)
1 parent 9e5575b commit 530e4d8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/src/whatsnew/3.2.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ This document explains the changes made to Iris for this release
2525
any issues or feature requests for improving Iris. Enjoy!
2626

2727

28-
v3.2.1 |build_date| [unreleased]
29-
********************************
28+
v3.2.1 (11 Mar 2022)
29+
====================
3030

3131
.. dropdown:: :opticon:`alert` v3.2.1 Patches
3232
:container: + shadow
@@ -48,10 +48,6 @@ v3.2.1 |build_date| [unreleased]
4848
:attr:`~iris.coords.Coord.bounds` array for a scalar
4949
:class:`~iris.coords.Coord`. (:pull:`4610`).
5050

51-
💼 **Internal**
52-
53-
#. N/A
54-
5551

5652
📢 Announcements
5753
================

lib/iris/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def callback(cube, field, filename):
108108

109109

110110
# Iris revision.
111-
__version__ = "3.2.0.post0"
111+
__version__ = "3.2.1"
112112

113113
# Restrict the names imported when using "from iris import *"
114114
__all__ = [

0 commit comments

Comments
 (0)