Skip to content

Commit

Permalink
Merge pull request #2126 from marqh/110rel
Browse files Browse the repository at this point in the history
1.10 version
  • Loading branch information
DPeterK authored Sep 5, 2016
2 parents 4d906ec + a38606d commit da45753
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/iris/src/whatsnew/1.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ What's New in Iris 1.10
***********************

:Release: 1.10
:Date: 2016-08-08
:Date: 5th September 2016

This document explains the new/changed features of Iris in version 1.10
(:doc:`View all changes <index>`.)
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = '1.10.0rc1'
__version__ = '1.10.0'

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

0 comments on commit da45753

Please sign in to comment.