diff --git a/README.md b/README.md index c764b8fedd..c94da1ad9b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Iris [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.51860.svg)](https://dx.doi.org/10.5281/zenodo.51860) [![Documentation for master branch ](https://img.shields.io/badge/docs-master-blue.svg)](https://scitools-docs.github.io/iris/master/index.html) -(C) British Crown Copyright 2010 - 2017, Met Office +(C) British Crown Copyright 2010 - 2018, Met Office Iris is a powerful, easy to use, community-driven Python library for analysing and visualising meteorological and oceanographic data sets. @@ -53,7 +53,7 @@ There is also a documentation build for the latest code in the main GitHub repos Copyright and licence --------------------- -(C) British Crown Copyright 2010 - 2017, Met Office +(C) British Crown Copyright 2010 - 2018, Met Office This file is part of Iris. diff --git a/docs/iris/src/whatsnew/2.0.rst b/docs/iris/src/whatsnew/2.0.rst index 99b1c25470..02dccc9209 100644 --- a/docs/iris/src/whatsnew/2.0.rst +++ b/docs/iris/src/whatsnew/2.0.rst @@ -2,7 +2,7 @@ What's New in Iris 2.0.0 ************************ :Release: 2.0.0rc1 -:Date: 2017-10-30 +:Date: 2018-01-11 This document explains the new/changed features of Iris in version 2.0.0 diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py index 7688026342..f45ca080c4 100644 --- a/lib/iris/__init__.py +++ b/lib/iris/__init__.py @@ -1,4 +1,4 @@ -# (C) British Crown Copyright 2010 - 2017, Met Office +# (C) British Crown Copyright 2010 - 2018, Met Office # # This file is part of Iris. # @@ -121,7 +121,7 @@ def callback(cube, field, filename): # Iris revision. -__version__ = '2.1.0.dev0' +__version__ = '2.0.0rc1' # Restrict the names imported when using "from iris import *" __all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',