Update requests version, HISTORY.rst, prepare for 3.1.1 release

This commit is contained in:
Mike Helmick 2013-12-05 18:15:30 -05:00
parent 638f75b93d
commit c2068466af
4 changed files with 14 additions and 4 deletions

View file

@ -18,7 +18,7 @@ Questions, comments? ryan@venodesigns.net
"""
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '3.1.0'
__version__ = '3.1.1'
from .api import Twython
from .streaming import TwythonStreamer