Skip to content

Commit d64cf2e

Browse files
authored
v3.2.0rc0 whats new and version string (#4557)
1 parent 3cbb687 commit d64cf2e

File tree

5 files changed

+7
-120
lines changed

5 files changed

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

3-
|iris_version| |build_date| [unreleased]
4-
****************************************
3+
v3.2 (31 Jan 2022) [unreleased]
4+
*******************************
55

66
This document explains the changes made to Iris for this release
77
(:doc:`View all changes <index>`.)
88

99

10-
.. dropdown:: :opticon:`report` |iris_version| Release Highlights
10+
.. dropdown:: :opticon:`report` v3.2.0 Release Highlights
1111
:container: + shadow
1212
:title: text-primary text-center font-weight-bold
1313
:body: bg-light
@@ -18,8 +18,7 @@ This document explains the changes made to Iris for this release
1818

1919
* We've added experimental support for
2020
:ref:`Meshes <ugrid>`, which can now be loaded and
21-
attached to a cube. Mesh support is based on the based on `CF-UGRID`_
22-
model.
21+
attached to a cube. Mesh support is based on the `CF-UGRID`_ model.
2322
* We've also dropped support for ``Python 3.7``.
2423

2524
And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have

docs/src/whatsnew/dev.rst.template

Lines changed: 0 additions & 112 deletions
This file was deleted.

docs/src/whatsnew/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Iris versions.
1010
.. toctree::
1111
:maxdepth: 1
1212

13-
dev.rst
13+
3.2.rst
1414
3.1.rst
1515
3.0.rst
1616
2.4.rst

docs/src/whatsnew/latest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev.rst
1+
3.2.rst

lib/iris/__init__.py

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

105105

106106
# Iris revision.
107-
__version__ = "3.2.dev0"
107+
__version__ = "3.2.0rc0"
108108

109109
# Restrict the names imported when using "from iris import *"
110110
__all__ = [

0 commit comments

Comments
 (0)