Skip to content

Commit

Permalink
Update version to 3.2.1 and fix whatsnew (#4635)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbdreyer authored Mar 11, 2022
1 parent 9e5575b commit 530e4d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions docs/src/whatsnew/3.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
================
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = [
Expand Down

0 comments on commit 530e4d8

Please sign in to comment.