Skip to content

Commit b3f9ceb

Browse files
authored
Revert "v3.2.0rc0 whats new and version string (#4557)"
This reverts commit d64cf2e.
1 parent d64cf2e commit b3f9ceb

5 files changed

Lines changed: 120 additions & 7 deletions

File tree

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

3-
v3.2 (31 Jan 2022) [unreleased]
4-
*******************************
3+
|iris_version| |build_date| [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` v3.2.0 Release Highlights
10+
.. dropdown:: :opticon:`report` |iris_version| Release Highlights
1111
:container: + shadow
1212
:title: text-primary text-center font-weight-bold
1313
:body: bg-light
@@ -18,7 +18,8 @@ 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 `CF-UGRID`_ model.
21+
attached to a cube. Mesh support is based on the based on `CF-UGRID`_
22+
model.
2223
* We've also dropped support for ``Python 3.7``.
2324

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

docs/src/whatsnew/dev.rst.template

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
.. include:: ../common_links.inc
2+
3+
|iris_version| |build_date| [unreleased]
4+
****************************************
5+
6+
This document explains the changes made to Iris for this release
7+
(:doc:`View all changes <index>`.)
8+
9+
10+
.. dropdown:: :opticon:`report` |iris_version| Release Highlights
11+
:container: + shadow
12+
:title: text-primary text-center font-weight-bold
13+
:body: bg-light
14+
:animate: fade-in
15+
:open:
16+
17+
The highlights for this major/minor release of Iris include:
18+
19+
* N/A
20+
21+
And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
22+
any issues or feature requests for improving Iris. Enjoy!
23+
24+
25+
NOTE: section below is a template for bugfix patches
26+
====================================================
27+
(Please remove this section when creating an initial 'latest.rst')
28+
29+
v3.X.X (DD MMM YYYY)
30+
====================
31+
32+
.. dropdown:: :opticon:`alert` v3.X.X Patches
33+
:container: + shadow
34+
:title: text-primary text-center font-weight-bold
35+
:body: bg-light
36+
:animate: fade-in
37+
38+
The patches in this release of Iris include:
39+
40+
#. N/A
41+
42+
NOTE: section above is a template for bugfix patches
43+
====================================================
44+
(Please remove this section when creating an initial 'latest.rst')
45+
46+
47+
48+
📢 Announcements
49+
================
50+
51+
#. N/A
52+
53+
54+
✨ Features
55+
===========
56+
57+
#. N/A
58+
59+
60+
🐛 Bugs Fixed
61+
=============
62+
63+
#. N/A
64+
65+
66+
💣 Incompatible Changes
67+
=======================
68+
69+
#. N/A
70+
71+
72+
🚀 Performance Enhancements
73+
===========================
74+
75+
#. N/A
76+
77+
78+
🔥 Deprecations
79+
===============
80+
81+
#. N/A
82+
83+
84+
🔗 Dependencies
85+
===============
86+
87+
#. N/A
88+
89+
90+
📚 Documentation
91+
================
92+
93+
#. N/A
94+
95+
96+
💼 Internal
97+
===========
98+
99+
#. N/A
100+
101+
102+
.. comment
103+
Whatsnew author names (@github name) in alphabetical order. Note that,
104+
core dev names are automatically included by the common_links.inc:
105+
106+
107+
108+
109+
.. comment
110+
Whatsnew resources in alphabetical order:
111+
112+

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-
3.2.rst
13+
dev.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-
3.2.rst
1+
dev.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.0rc0"
107+
__version__ = "3.2.dev0"
108108

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

0 commit comments

Comments
 (0)