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.7.0 (2018-07-05)
7+ ++++++++++++++++++
8+ - Fixes for cursoring API endpoints
9+ - Improve `html_for_tweet() ` parsing
10+ - Documentation cleanup
11+ - Documentation for cursor's `return_pages ` keyword argument
12+ - Update links to Twitter API in documentation
13+ - Added `create_metadata ` endpoint
14+ - Raise error for when cursor is not provided a callable
615
7163.6.0 (2017-23-08)
817++++++++++++++++++
Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = '3.6 .0'
53+ version = '3.7 .0'
5454# The full version, including alpha/beta/rc tags.
55- release = '3.6 .0'
55+ release = '3.7 .0'
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
File renamed without changes.
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.6 .0'
12+ __version__ = '3.7 .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.6 .0'
22+ __version__ = '3.7 .0'
2323
2424from .api import Twython
2525from .streaming import TwythonStreamer
You can’t perform that action at this time.
0 commit comments