Skip to content

Commit

Permalink
Merge pull request SciTools#1406 from dkillick/release_v1.7.2
Browse files Browse the repository at this point in the history
Release v1.7.2
  • Loading branch information
bjlittle committed Oct 20, 2014
2 parents a25c3ce + e58ab90 commit ee9e70d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/iris/src/whatsnew/1.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ What's new in Iris 1.7
**********************

:Release: 1.7.2
:Date: ???
:Date: 20th October 2014

Iris 1.7 features
=================
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit ee9e70d

Please sign in to comment.