Skip to content

Commit

Permalink
v3.2.0rc0 whats new and version string (#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbdreyer authored Jan 31, 2022
1 parent 3cbb687 commit d64cf2e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 120 deletions.
9 changes: 4 additions & 5 deletions docs/src/whatsnew/dev.rst → docs/src/whatsnew/3.2.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.. include:: ../common_links.inc

|iris_version| |build_date| [unreleased]
****************************************
v3.2 (31 Jan 2022) [unreleased]
*******************************

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


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

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

And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
Expand Down
112 changes: 0 additions & 112 deletions docs/src/whatsnew/dev.rst.template

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Iris versions.
.. toctree::
:maxdepth: 1

dev.rst
3.2.rst
3.1.rst
3.0.rst
2.4.rst
Expand Down
2 changes: 1 addition & 1 deletion docs/src/whatsnew/latest.rst
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = "3.2.dev0"
__version__ = "3.2.0rc0"

# Restrict the names imported when using "from iris import *"
__all__ = [
Expand Down

0 comments on commit d64cf2e

Please sign in to comment.