Skip to content

Commit 683ed18

Browse files
authored
Finalise whatsnew and version string update (#4588)
1 parent ee9cadc commit 683ed18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/whatsnew/3.2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. include:: ../common_links.inc
22

3-
v3.2 (31 Jan 2022) [unreleased]
4-
*******************************
3+
v3.2 (15 Feb 2022)
4+
******************
55

66
This document explains the changes made to Iris for this release
77
(:doc:`View all changes <index>`.)
@@ -351,7 +351,7 @@ This document explains the changes made to Iris for this release
351351

352352
#. `@lbdreyer`_ corrected the license PyPI classifier. (:pull:`4435`)
353353

354-
#. `@aaronspring <https://github.com/aaronspring>`_ exchanged ``dask`` with
354+
#. `@aaronspring`_ exchanged ``dask`` with
355355
``dask-core`` in testing environments reducing the number of dependencies
356356
installed for testing. (:pull:`4434`)
357357

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.0rc0"
111+
__version__ = "3.2.0"
112112

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

0 commit comments

Comments
 (0)