File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 3.4.0 (2016-30-04)
7+ ++++++++++++++++++
8+ - Added `upload_video ` endpoint
9+ - Fix quoted status checks in `html_for_tweet `
10+ - Fix `html_for_tweet ` method response when hashtag/mention is a substring of another
11+
6123.3.0 (2015-18-07)
713++++++++++++++++++
814- Added support for muting users
Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = '3.3 .0'
53+ version = '3.4 .0'
5454# The full version, including alpha/beta/rc tags.
55- release = '3.3 .0'
55+ release = '3.4 .0'
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 99 from distutils .core import setup
1010
1111__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
12- __version__ = '3.3 .0'
12+ __version__ = '3.4 .0'
1313
1414packages = [
1515 'twython' ,
Original file line number Diff line number Diff line change 1919"""
2020
2121__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
22- __version__ = '3.3 .0'
22+ __version__ = '3.4 .0'
2323
2424from .api import Twython
2525from .streaming import TwythonStreamer
You can’t perform that action at this time.
0 commit comments