Skip to content

Commit

Permalink
MAINT: Updated references to 1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpelley committed Dec 8, 2016
1 parent f5bea86 commit f775801
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/iris/coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def copy(self, points=None, bounds=None):
.. note:: If the points argument is specified and bounds are not, the
resulting coordinate will have no bounds.
.. deprecated:: 1.10
.. deprecated:: 1.12
By default the new coordinate's `points` and `bounds` will
be independent copies of the corresponding attributes of the
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ def __getitem__(self, keys):
requested must be applicable directly to the cube.data attribute. All
metadata will be subsequently indexed appropriately.
.. deprecated:: 1.10
.. deprecated:: 1.12
The value of the `data` attribute of the result will always
be independent of the source Cube's data. As a result,
modifying data values of the result Cube will have no effect
Expand Down

0 comments on commit f775801

Please sign in to comment.