Skip to content

Commit 4c9eee6

Browse files
committed
Merge pull request #1629 from marqh/rel1.8
version
2 parents 2c1e093 + 138c1ff commit 4c9eee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def callback(cube, field, filename):
111111

112112

113113
# Iris revision.
114-
__version__ = '1.8.0-rc.2'
114+
__version__ = '1.8.0'
115115

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

0 commit comments

Comments
 (0)