From: Harmon Date: Mon, 25 Oct 2021 09:25:33 +0000 (-0500) Subject: Add version added directive to documentation for AsyncStream X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5764c8be240ab38ec0df869c25b6c3c1aeebb75e;p=tweepy.git Add version added directive to documentation for AsyncStream --- diff --git a/tweepy/asynchronous/streaming.py b/tweepy/asynchronous/streaming.py index eca26b6..8d812b0 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -22,6 +22,8 @@ log = logging.getLogger(__name__) class AsyncStream: """Stream realtime Tweets asynchronously + .. versionadded:: 4.0 + Parameters ---------- consumer_key: str