Skip to content

Commit

Permalink
Version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhelmick committed May 7, 2018
1 parent 62e45e9 commit c9e8a46
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
History
-------

3.7.0 (2018-07-05)
++++++++++++++++++
- Fixes for cursoring API endpoints
- Improve `html_for_tweet()` parsing
- Documentation cleanup
- Documentation for cursor's `return_pages` keyword argument
- Update links to Twitter API in documentation
- Added `create_metadata` endpoint
- Raise error for when cursor is not provided a callable

3.6.0 (2017-23-08)
++++++++++++++++++
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '3.6.0'
version = '3.7.0'
# The full version, including alpha/beta/rc tags.
release = '3.6.0'
release = '3.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from distutils.core import setup

__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '3.6.0'
__version__ = '3.7.0'

packages = [
'twython',
Expand Down
2 changes: 1 addition & 1 deletion twython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '3.6.0'
__version__ = '3.7.0'

from .api import Twython
from .streaming import TwythonStreamer
Expand Down

0 comments on commit c9e8a46

Please sign in to comment.