Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
17da79f9
Commit
17da79f9
authored
Feb 21, 2015
by
Joshua Roesslein
Browse files
v3.3.0
parent
485f64cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
17da79f9
Version 3.3.0
-------------
-
Loosen our dependency requirements for Requests (>= 2.4.3)
-
Fix issue with streams freezing up on Python 3 (Issue #556)
-
Add keep_alive() callback to StreamListener when keep alive messages arrive
-
Fix issue with stream session headers not being used when restarting connection
-
Fix issue with streams getting stuck in a loop when connection dies. (PR #561)
Version 3.2.0
Version 3.2.0
-------------
-------------
-
Remove deprecated trends methods.
-
Remove deprecated trends methods.
...
...
tweepy/__init__.py
View file @
17da79f9
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
"""
"""
Tweepy Twitter API library
Tweepy Twitter API library
"""
"""
__version__
=
'3.
2
.0'
__version__
=
'3.
3
.0'
__author__
=
'Joshua Roesslein'
__author__
=
'Joshua Roesslein'
__license__
=
'MIT'
__license__
=
'MIT'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment