Skip to content

Commit

Permalink
Merge pull request #1602 from bjlittle/rc-1
Browse files Browse the repository at this point in the history
Bump the version for the release candidate.
  • Loading branch information
pp-mo committed Mar 27, 2015
2 parents 740e969 + 1b24f73 commit 7890a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iris/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) British Crown Copyright 2010 - 2014, Met Office
# (C) British Crown Copyright 2010 - 2015, Met Office
#
# This file is part of Iris.
#
Expand Down Expand Up @@ -111,7 +111,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = '1.8.0-DEV'
__version__ = '1.8.0-rc.1'

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

0 comments on commit 7890a72

Please sign in to comment.