diff --git a/pandas/core/series.py b/pandas/core/series.py index 928a6807a1f9f..472b64705d2c9 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -4981,6 +4981,7 @@ def between(self, left, right, inclusive="both") -> Series: Right boundary. inclusive : {"both", "neither", "left", "right"} Include boundaries. Whether to set each bound as closed or open. + .. versionchanged:: 1.3.0 Returns