Add version added directive to documentation for Client.get_me
authorHarmon <Harmon758@gmail.com>
Fri, 7 Jan 2022 08:20:40 +0000 (02:20 -0600)
committerHarmon <Harmon758@gmail.com>
Fri, 7 Jan 2022 08:20:40 +0000 (02:20 -0600)
tweepy/client.py

index 56c8fefa2aa1d16e8d857d238ac8fc3d09b71b46..47340e9b27887d3899170ffc0d3d9f1887b4d592 100644 (file)
@@ -1731,6 +1731,8 @@ class Client:
 
         Returns information about an authorized user.
 
+        .. versionadded:: 4.5
+
         Parameters
         ----------
         expansions : Union[List[str], str]