Skip to content

Commit 8ca220d

Browse files
Set NEXTVERSION markers for imminent release 3.16.2
1 parent 981fcd0 commit 8ca220d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

cf/cfimplementation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CFImplementation(cfdm.CFDMImplementation):
5151
def nc_set_hdf5_chunksizes(self, data, sizes, override=False):
5252
"""Set the data HDF5 chunksizes.
5353
54-
.. versionadded:: NEXTVERSION
54+
.. versionadded:: 3.16.2
5555
5656
:Parameters:
5757

cf/field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2694,7 +2694,7 @@ def cfa_update_file_substitutions(
26942694
def get_domain(self):
26952695
"""Return the domain.
26962696

2697-
.. versionadded:: NEXTVERSION
2697+
.. versionadded:: 3.16.2
26982698

26992699
.. seealso:: `domain`
27002700

cf/mixin/fielddomain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ def del_construct(self, *identity, default=ValueError(), **filter_kwargs):
26952695
removed even if it is referenced by coordinate reference
26962696
construct.
26972697
2698-
.. versionadded:: NEXTVERSION
2698+
.. versionadded:: 3.16.2
26992699
27002700
.. seealso:: `get_construct`, `constructs`, `has_construct`,
27012701
`set_construct`
@@ -2722,7 +2722,7 @@ def del_construct(self, *identity, default=ValueError(), **filter_kwargs):
27222722
27232723
{{filter_kwargs: optional}}
27242724
2725-
.. versionadded:: NEXTVERSION
2725+
.. versionadded:: 3.16.2
27262726
27272727
:Returns:
27282728

cf/query.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def __init__(
258258
range. By default the interval is closed
259259
so that value0 is included.
260260
261-
.. versionadded:: NEXTVERSION
261+
.. versionadded:: 3.16.2
262262
263263
open_upper: `bool`, optional
264264
Only applicable to the ``'wi'`` operator.
@@ -267,7 +267,7 @@ def __init__(
267267
range. By default the interval is closed
268268
so that value1 is included.
269269
270-
.. versionadded:: NEXTVERSION
270+
.. versionadded:: 3.16.2
271271
272272
exact: deprecated at version 3.0.0.
273273
Use `re.compile` objects in *value* instead.
@@ -646,7 +646,7 @@ def Units(self):
646646
def open_lower(self):
647647
"""True if the interval is open at the (excludes the) lower bound.
648648
649-
.. versionadded:: NEXTVERSION
649+
.. versionadded:: 3.16.2
650650
651651
.. seealso:: `open_upper`
652652
@@ -657,7 +657,7 @@ def open_lower(self):
657657
def open_upper(self):
658658
"""True if the interval is open at the (excludes the) upper bound.
659659
660-
.. versionadded:: NEXTVERSION
660+
.. versionadded:: 3.16.2
661661
662662
.. seealso:: `open_lower`
663663
@@ -1740,15 +1740,15 @@ def wi(
17401740
range. By default the interval is closed
17411741
so that value0 is included.
17421742
1743-
.. versionadded:: NEXTVERSION
1743+
.. versionadded:: 3.16.2
17441744
17451745
open_upper: `bool`, optional
17461746
If True, open the interval at the upper
17471747
bound so that value1 is excluded from the
17481748
range. By default the interval is closed
17491749
so that value1 is included.
17501750
1751-
.. versionadded:: NEXTVERSION
1751+
.. versionadded:: 3.16.2
17521752
17531753
units: `str` or `Units`, optional
17541754
The units of *value*. By default, the same units as the

cf/read_write/um/umread.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3487,7 +3487,7 @@ def _open_um_file(
34873487
considerably faster in cases when the contents are not
34883488
required.
34893489
3490-
.. versionadded:: NEXTVERSION
3490+
.. versionadded:: 3.16.2
34913491
34923492
:Returns:
34933493
@@ -3575,7 +3575,7 @@ def file_open(self, filename, parse=True):
35753575
considerably faster in cases when the contents are not
35763576
required.
35773577
3578-
.. versionadded:: NEXTVERSION
3578+
.. versionadded:: 3.16.2
35793579
35803580
:Returns:
35813581

0 commit comments

Comments
 (0)