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
00093255
Commit
00093255
authored
Nov 30, 2014
by
Joshua Roesslein
Browse files
Release 3.0.0
parent
80d473b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
00093255
Version 3.0
-----------
-
Added multiple list members operation api methods (add_list_members, remove_list_members).
-
Added sitestream endpoint.
-
Switch to using Requests instead of httplib.
-
Fully removed support for non-secure HTTP.
-
Proxy support.
-
Add API method for /statuses/lookup.json
-
Add missing 'count' parameter to followers_ids
-
Added allowed_param to update_profile_image
-
Comparison between Status objects
-
Extend on_data method by including a conditional to process warning messages and add the definition of the method to manage those warning messages
-
Better Python 3 support.
Version 2.2
Version 2.2
-----------
-----------
-
Added update_profile_banner endpoint.
-
Added update_profile_banner endpoint.
...
...
tweepy/__init__.py
View file @
00093255
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
"""
"""
Tweepy Twitter API library
Tweepy Twitter API library
"""
"""
__version__
=
'
2.3
'
__version__
=
'
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