From 4c7df4b66bedef39d21646825e6e50163a2bb5a3 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 25 Oct 2021 04:13:46 -0500 Subject: [PATCH] Add version added directive to documentation for Response --- docs/client.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/client.rst b/docs/client.rst index 3d7b562..c765f2e 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -312,3 +312,5 @@ user data objects. :class:`collections.namedtuple`, with ``data``, ``includes``, ``errors``, and ``meta`` fields, corresponding with the fields in responses from Twitter's API. + + .. versionadded:: 4.0 -- 2.25.1