Skip to content

Commit

Permalink
3.4.0 release, update version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Helmick committed Apr 30, 2016
1 parent 6cd13d7 commit 3f67003
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

3.4.0 (2016-30-04)
++++++++++++++++++
- Added `upload_video` endpoint
- Fix quoted status checks in `html_for_tweet`
- Fix `html_for_tweet` method response when hashtag/mention is a substring of another

3.3.0 (2015-18-07)
++++++++++++++++++
- Added support for muting users
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.3.0'
version = '3.4.0'
# The full version, including alpha/beta/rc tags.
release = '3.3.0'
release = '3.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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.3.0'
__version__ = '3.4.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.3.0'
__version__ = '3.4.0'

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

0 comments on commit 3f67003

Please sign in to comment.