Skip to content

Commit

Permalink
Merge pull request #3198 from dkillick/version_string_v2.2.0
Browse files Browse the repository at this point in the history
Update version string to v2.2.0
  • Loading branch information
corinnebosley authored Oct 11, 2018
2 parents a794623 + 9e2b1e6 commit dc468f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = '2.2.0a0'
__version__ = '2.2.0'

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

0 comments on commit dc468f1

Please sign in to comment.