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
21904d00
Commit
21904d00
authored
Jan 28, 2015
by
Joshua Roesslein
Browse files
Prepare for 3.2.0 release. Update change log and bump version.
parent
d59852d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
21904d00
Version 3.1
-----------
Version 3.2.0
-------------
-
Remove deprecated trends methods.
-
Fix tweepy.debug() to work in Python 3.
-
Fixed issue #529 - StreamListener language filter stopped working.
-
Add Documentation Page for streaming.
-
Add media/upload endpoint.
-
Add media_ids parameter to update_status().
Version 3.1.0
-------------
-
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)
...
...
tweepy/__init__.py
View file @
21904d00
...
...
@@ -5,7 +5,7 @@
"""
Tweepy Twitter API library
"""
__version__
=
'3.
1
.0'
__version__
=
'3.
2
.0'
__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