Skip to content

Commit c9e8a46

Browse files
Version 3.7.0
1 parent 62e45e9 commit c9e8a46

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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

716
3.6.0 (2017-23-08)
817
++++++++++++++++++

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from distutils.core import setup
1010

1111
__author__ = 'Ryan McGrath <[email protected]>'
12-
__version__ = '3.6.0'
12+
__version__ = '3.7.0'
1313

1414
packages = [
1515
'twython',

twython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020

2121
__author__ = 'Ryan McGrath <[email protected]>'
22-
__version__ = '3.6.0'
22+
__version__ = '3.7.0'
2323

2424
from .api import Twython
2525
from .streaming import TwythonStreamer

0 commit comments

Comments
 (0)