Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.0rc0 whats new and version string #4557

Merged
merged 4 commits into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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