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
e094ae72
Commit
e094ae72
authored
Jun 16, 2013
by
Joshua Roesslein
Browse files
Release 2.1.
parent
fdc0f701
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e094ae72
Version 2.1
-----------
-
Added get_oembed().
-
friends() and followers() are back and updated to v1.1.
-
Fixed report_spam() endpoint.
-
Added "languages" parameter to streaming filter() method.
-
Added "timeout" support for API object. Ex: API(timeout=1000).
-
Python 2.5 no longer supported.
-
Added compression support. Ex: API(compression=True).
-
Added on_connect() callback to StreamListener.
-
Switched API search() to v1.1 endpoint. Some breaking changes.
-
Drop "page" based cursors and use "ID" based ones instead.
-
[
Compare
2.0...master
](
https://github.com/tweepy/tweepy/compare/2.0...master
)
Version 2.0
Version 2.0
-----------
-----------
_Dedicated in memory of Aaron Swartz_
_Dedicated in memory of Aaron Swartz_
...
...
tweepy/__init__.py
View file @
e094ae72
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
"""
"""
Tweepy Twitter API library
Tweepy Twitter API library
"""
"""
__version__
=
'2.
0
'
__version__
=
'2.
1
'
__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