From f6895d36eee68adc41d0951ce6b3ee1d7b179995 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 7 Jan 2022 02:20:40 -0600 Subject: [PATCH] Add version added directive to documentation for Client.get_me --- tweepy/client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tweepy/client.py b/tweepy/client.py index 56c8fef..47340e9 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -1731,6 +1731,8 @@ class Client: Returns information about an authorized user. + .. versionadded:: 4.5 + Parameters ---------- expansions : Union[List[str], str] -- 2.25.1