@@ -41,18 +41,18 @@ def __init__(
4141
4242 {{init attributes: `dict` or `None`, optional}}
4343
44- .. versionadded:: NEXTVERSION
44+ .. versionadded:: 1.11.2.0
4545
4646 {{init source: optional}}
4747
4848 {{init copy: `bool`, optional}}
4949
5050 units: `str` or `None`, optional
51- Deprecated at version NEXTVERSION . Use the
51+ Deprecated at version 1.11.2.0 . Use the
5252 *attributes* parameter instead.
5353
5454 calendar: `str` or `None`, optional
55- Deprecated at version NEXTVERSION . Use the
55+ Deprecated at version 1.11.2.0 . Use the
5656 *attributes* parameter instead.
5757
5858 """
@@ -123,7 +123,7 @@ def __str__(self):
123123 def _get_array (self , index = None ):
124124 """Returns the full array.
125125
126- .. versionadded:: NEXTVERSION
126+ .. versionadded:: 1.11.2.0
127127
128128 .. seealso:: `__array__`, `index`
129129
@@ -158,7 +158,7 @@ def _get_array(self, index=None):
158158 def array (self ):
159159 """Return an independent numpy array containing the data.
160160
161- .. versionadded:: NEXTVERSION
161+ .. versionadded:: 1.11.2.0
162162
163163 :Returns:
164164
0 commit comments