Skip to content

Commit 7890a72

Browse files
committed
Merge pull request #1602 from bjlittle/rc-1
Bump the version for the release candidate.
2 parents 740e969 + 1b24f73 commit 7890a72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/iris/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) British Crown Copyright 2010 - 2014, Met Office
1+
# (C) British Crown Copyright 2010 - 2015, Met Office
22
#
33
# This file is part of Iris.
44
#
@@ -111,7 +111,7 @@ def callback(cube, field, filename):
111111

112112

113113
# Iris revision.
114-
__version__ = '1.8.0-DEV'
114+
__version__ = '1.8.0-rc.1'
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)