Skip to content

Commit 3f67003

Browse files
author
Mike Helmick
committed
3.4.0 release, update version and history
1 parent 6cd13d7 commit 3f67003

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
3.4.0 (2016-30-04)
7+
++++++++++++++++++
8+
- Added `upload_video` endpoint
9+
- Fix quoted status checks in `html_for_tweet`
10+
- Fix `html_for_tweet` method response when hashtag/mention is a substring of another
11+
612
3.3.0 (2015-18-07)
713
++++++++++++++++++
814
- Added support for muting users

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.3.0'
53+
version = '3.4.0'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '3.3.0'
55+
release = '3.4.0'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

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 <ryan@venodesigns.net>'
12-
__version__ = '3.3.0'
12+
__version__ = '3.4.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 <ryan@venodesigns.net>'
22-
__version__ = '3.3.0'
22+
__version__ = '3.4.0'
2323

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

0 commit comments

Comments
 (0)