Skip to content

Commit

Permalink
Merge pull request #1873 from marqh/v19
Browse files Browse the repository at this point in the history
iris 1.9.0
  • Loading branch information
rhattersley committed Dec 10, 2015
2 parents 2d8279e + 5b68de8 commit 8691f19
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.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ What's New in Iris 1.9
**********************

:Release: 1.9
:Date: (unreleased)
:Date: 10th December 2015

This document explains the new/changed features of Iris in version 1.9
(:doc:`View all changes <index>`.)
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = '1.9.0-DEV'
__version__ = '1.9.0'

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

0 comments on commit 8691f19

Please sign in to comment.