Skip to content

Commit c057e23

Browse files
committed
Merge pull request #1866 from pp-mo/v_1.9.0_rc1
Make v_1.9.0rc1
2 parents 83b8faf + f71c6a5 commit c057e23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/iris/src/whatsnew/1.9.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ What's New in Iris 1.9
22
**********************
33

44
:Release: 1.9
5-
:Date: 2015-11-24
5+
:Date: (unreleased)
66

77
This document explains the new/changed features of Iris in version 1.9
88
(:doc:`View all changes <index>`.)

lib/iris/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def callback(cube, field, filename):
114114

115115

116116
# Iris revision.
117-
__version__ = '1.9.0-DEV'
117+
__version__ = '1.9.0-rc1'
118118

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

0 commit comments

Comments
 (0)