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
f2a29ff1
Commit
f2a29ff1
authored
Dec 01, 2014
by
Joshua Roesslein
Browse files
Release 3.1
parent
872c4739
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f2a29ff1
Version 3.1
-----------
-
Allow specifying your own ssl certificates for streaming client.
-
Distribute Python Wheels instead of dumb binaries.
-
Fix cursor invocation, passing args to underlying method. (https://github.com/tweepy/tweepy/issues/515)
-
Upgrade to Request 2.4.3
Version 3.0
-----------
-
Added multiple list members operation api methods (add_list_members, remove_list_members).
...
...
tweepy/__init__.py
View file @
f2a29ff1
...
...
@@ -5,7 +5,7 @@
"""
Tweepy Twitter API library
"""
__version__
=
'3.
0
'
__version__
=
'3.
1
'
__author__
=
'Joshua Roesslein'
__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