@@ -258,7 +258,7 @@ def __init__(
258
258
range. By default the interval is closed
259
259
so that value0 is included.
260
260
261
- .. versionadded:: NEXTVERSION
261
+ .. versionadded:: 3.16.2
262
262
263
263
open_upper: `bool`, optional
264
264
Only applicable to the ``'wi'`` operator.
@@ -267,7 +267,7 @@ def __init__(
267
267
range. By default the interval is closed
268
268
so that value1 is included.
269
269
270
- .. versionadded:: NEXTVERSION
270
+ .. versionadded:: 3.16.2
271
271
272
272
exact: deprecated at version 3.0.0.
273
273
Use `re.compile` objects in *value* instead.
@@ -646,7 +646,7 @@ def Units(self):
646
646
def open_lower (self ):
647
647
"""True if the interval is open at the (excludes the) lower bound.
648
648
649
- .. versionadded:: NEXTVERSION
649
+ .. versionadded:: 3.16.2
650
650
651
651
.. seealso:: `open_upper`
652
652
@@ -657,7 +657,7 @@ def open_lower(self):
657
657
def open_upper (self ):
658
658
"""True if the interval is open at the (excludes the) upper bound.
659
659
660
- .. versionadded:: NEXTVERSION
660
+ .. versionadded:: 3.16.2
661
661
662
662
.. seealso:: `open_lower`
663
663
@@ -1740,15 +1740,15 @@ def wi(
1740
1740
range. By default the interval is closed
1741
1741
so that value0 is included.
1742
1742
1743
- .. versionadded:: NEXTVERSION
1743
+ .. versionadded:: 3.16.2
1744
1744
1745
1745
open_upper: `bool`, optional
1746
1746
If True, open the interval at the upper
1747
1747
bound so that value1 is excluded from the
1748
1748
range. By default the interval is closed
1749
1749
so that value1 is included.
1750
1750
1751
- .. versionadded:: NEXTVERSION
1751
+ .. versionadded:: 3.16.2
1752
1752
1753
1753
units: `str` or `Units`, optional
1754
1754
The units of *value*. By default, the same units as the
0 commit comments