Fix Changelog, update version

[ci skip]
This commit is contained in:
Mike Helmick 2013-12-06 11:14:39 -05:00
parent 74b2f97f2c
commit 0937fbe929
4 changed files with 9 additions and 4 deletions

View file

@ -3,6 +3,11 @@
History History
------- -------
3.1.2 (2013-12-05)
++++++++++++++++++
- Fixed Changelog (HISTORY.rst)
3.1.1 (2013-12-05) 3.1.1 (2013-12-05)
++++++++++++++++++ ++++++++++++++++++

View file

@ -50,9 +50,9 @@ copyright = u'2013, Ryan McGrath'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.1.1' version = '3.1.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.1.1' release = '3.1.2'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View file

@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
__author__ = 'Ryan McGrath <ryan@venodesigns.net>' __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '3.1.1' __version__ = '3.1.2'
packages = [ packages = [
'twython', 'twython',

View file

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