Skip to content

Commit

Permalink
Prepare v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhattersley committed Mar 31, 2015
1 parent 2959f4d commit 781ef4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4
:Date: ???
:Date: 31st March 2015

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.4rc1'
__version__ = '1.7.4'

# Restrict the names imported when using "from iris import *"
__all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',
Expand Down

0 comments on commit 781ef4e

Please sign in to comment.