Skip to content

Commit

Permalink
Merge pull request #1389 from dkillick/v172-rc1
Browse files Browse the repository at this point in the history
Bump version to v1.7.2-rc.1
  • Loading branch information
bjlittle committed Oct 14, 2014
2 parents 57d44b2 + 5a0f165 commit 9533647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def callback(cube, field, filename):


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

# Restrict the names imported when using "from iris import *"
__all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def run(self):

setup(
name='Iris',
version='1.7.2-DEV',
version='1.7.2-rc.1',
url='http://scitools.org.uk/iris/',
author='UK Met Office',

Expand Down

0 comments on commit 9533647

Please sign in to comment.