Skip to content
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
8 changes: 5 additions & 3 deletions docs/src/whatsnew/latest.rst → docs/src/whatsnew/3.1.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. include:: ../common_links.inc

|iris_version| |build_date| [unreleased]
****************************************
|iris_version| |build_date|
***************************

This document explains the changes made to Iris for this release
(:doc:`View all changes <index>`.)
Expand All @@ -17,6 +17,8 @@ This document explains the changes made to Iris for this release
The highlights for this minor release of Iris include:

* We've dropped support for `Python 3.6`_
* Updated formatting of cube printouts.
* Updated developer guide documentation.

And finally, get in touch with us on `GitHub`_ if you have any issues or
feature requests for improving Iris. Enjoy!
Expand All @@ -28,7 +30,7 @@ This document explains the changes made to Iris for this release
#. Congratulations to `@jamesp`_ who recently became an Iris core developer
after joining the Iris development team at the `Met Office`_. 🎉

#. A special thanks goes to `@akuhnregnier`_, `@gcaria`_, `@jamesp`_, `@MHBalsmeier`_
#. A special thanks goes to `@akuhnregnier`_, `@gcaria`_, `@jamesp`_, `@schlunma`_, `@MHBalsmeier`_
and `@Badboy-16`_ all of whom made their first contributions to Iris, which
were gratefully received and included in this release. Keep up the awesome
work! 🍻
Expand Down
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

latest.rst
3.1.0.rst
3.0.4.rst
3.0.3.rst
3.0.2.rst
Expand Down
101 changes: 0 additions & 101 deletions docs/src/whatsnew/latest.rst.template

This file was deleted.

2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = "3.1.dev0"
__version__ = "3.1.0rc0"

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