Skip to content

Commit

Permalink
Fix Changelog, update version
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Mike Helmick committed Dec 6, 2013
1 parent 74b2f97 commit 0937fbe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

3.1.2 (2013-12-05)
++++++++++++++++++

- Fixed Changelog (HISTORY.rst)

3.1.1 (2013-12-05)
++++++++++++++++++

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.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.
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 <[email protected]>'
__version__ = '3.1.1'
__version__ = '3.1.2'

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 @@ -18,7 +18,7 @@
"""

__author__ = 'Ryan McGrath <[email protected]>'
__version__ = '3.1.1'
__version__ = '3.1.2'

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

0 comments on commit 0937fbe

Please sign in to comment.