Fix Changelog, update version
[ci skip]
This commit is contained in:
parent
74b2f97f2c
commit
0937fbe929
4 changed files with 9 additions and 4 deletions
|
|
@ -3,6 +3,11 @@
|
|||
History
|
||||
-------
|
||||
|
||||
3.1.2 (2013-12-05)
|
||||
++++++++++++++++++
|
||||
|
||||
- Fixed Changelog (HISTORY.rst)
|
||||
|
||||
3.1.1 (2013-12-05)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@ copyright = u'2013, Ryan McGrath'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '3.1.1'
|
||||
version = '3.1.2'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '3.1.1'
|
||||
__version__ = '3.1.2'
|
||||
|
||||
packages = [
|
||||
'twython',
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Questions, comments? ryan@venodesigns.net
|
|||
"""
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '3.1.1'
|
||||
__version__ = '3.1.2'
|
||||
|
||||
from .api import Twython
|
||||
from .streaming import TwythonStreamer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue