Permalink
Browse files

3.5.0 Release

  • Loading branch information...
1 parent 866fb02 commit 574483d87021e8cdd0272e79f9654f1040634153 @michaelhelmick michaelhelmick committed Jun 6, 2017
Showing with 10 additions and 4 deletions.
  1. +6 −0 HISTORY.rst
  2. +2 −2 docs/conf.py
  3. +1 −1 setup.py
  4. +1 −1 twython/__init__.py
View
@@ -3,6 +3,12 @@
History
-------
+3.5.0 (2017-06-06)
+++++++++++++++++++
+- Added support for "symbols" in `Twython.html_for_tweet()`
+- Added support for extended tweets in `Twython.html_for_tweet()`
+- You can now check progress of video uploads to Twitter when using `Twython.upload_video()`
+
3.4.0 (2016-30-04)
++++++++++++++++++
- Added `upload_video` endpoint
View
@@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
-version = '3.4.0'
+version = '3.5.0'
# The full version, including alpha/beta/rc tags.
-release = '3.4.0'
+release = '3.5.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
View
@@ -9,7 +9,7 @@
from distutils.core import setup
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
-__version__ = '3.4.0'
+__version__ = '3.5.0'
packages = [
'twython',
View
@@ -19,7 +19,7 @@
"""
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
-__version__ = '3.4.0'
+__version__ = '3.5.0'
from .api import Twython
from .streaming import TwythonStreamer

0 comments on commit 574483d

Please sign in to comment.