From 3f1dc9f4ba32025f0ce633c4e25e5a819bb66ebb Mon Sep 17 00:00:00 2001
From: lbdreyer
Date: Tue, 31 Jul 2018 11:24:30 +0100
Subject: [PATCH] Update docs to included 2.2 versions (#3110)
---
docs/iris/src/_templates/index.html | 2 +-
docs/iris/src/whatsnew/index.rst | 1 +
lib/iris/__init__.py | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/iris/src/_templates/index.html b/docs/iris/src/_templates/index.html
index 0c4b5d958f..31acded447 100644
--- a/docs/iris/src/_templates/index.html
+++ b/docs/iris/src/_templates/index.html
@@ -134,7 +134,7 @@
extra information on specific technical issues
- What's new in Iris 2.1?
+
What's new in Iris 2.2?
recent changes in Iris's capabilities
diff --git a/docs/iris/src/whatsnew/index.rst b/docs/iris/src/whatsnew/index.rst
index 104c5074ca..c3a34303f0 100644
--- a/docs/iris/src/whatsnew/index.rst
+++ b/docs/iris/src/whatsnew/index.rst
@@ -9,6 +9,7 @@ Iris versions.
.. toctree::
:maxdepth: 2
+ 2.2.rst
2.1.rst
2.0.rst
1.13.rst
diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py
index 2e7eba5892..882b52aaea 100644
--- a/lib/iris/__init__.py
+++ b/lib/iris/__init__.py
@@ -121,7 +121,7 @@ def callback(cube, field, filename):
# Iris revision.
-__version__ = '2.2.0dev0'
+__version__ = '2.2.0a0'
# Restrict the names imported when using "from iris import *"
__all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',