From e58ab90d06846dc945656887099016ad74c4044c Mon Sep 17 00:00:00 2001 From: Peter Killick Date: Mon, 20 Oct 2014 15:53:30 +0100 Subject: [PATCH] Changes for releasing v1.7.2 --- docs/iris/src/whatsnew/1.7.rst | 2 +- lib/iris/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/iris/src/whatsnew/1.7.rst b/docs/iris/src/whatsnew/1.7.rst index 5d92bb1e12..5deb2c8547 100644 --- a/docs/iris/src/whatsnew/1.7.rst +++ b/docs/iris/src/whatsnew/1.7.rst @@ -2,7 +2,7 @@ What's new in Iris 1.7 ********************** :Release: 1.7.2 -:Date: ??? +:Date: 20th October 2014 Iris 1.7 features ================= diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py index 52d820000f..80543ae07a 100644 --- a/lib/iris/__init__.py +++ b/lib/iris/__init__.py @@ -108,7 +108,7 @@ def callback(cube, field, filename): # Iris revision. -__version__ = '1.7.3-DEV' +__version__ = '1.7.2' # Restrict the names imported when using "from iris import *" __all__ = ['load', 'load_cube', 'load_cubes', 'load_raw', diff --git a/setup.py b/setup.py index a917763c44..9e93e820d4 100644 --- a/setup.py +++ b/setup.py @@ -245,7 +245,7 @@ def run(self): setup( name='Iris', - version='1.7.3-DEV', + version='1.7.2', url='http://scitools.org.uk/iris/', author='UK Met Office',