Skip to content

Commit 0937fbe

Browse files
author
Mike Helmick
committed
Fix Changelog, update version
[ci skip]
1 parent 74b2f97 commit 0937fbe

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

HISTORY.rst

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

6+
3.1.2 (2013-12-05)
7+
++++++++++++++++++
8+
9+
- Fixed Changelog (HISTORY.rst)
10+
611
3.1.1 (2013-12-05)
712
++++++++++++++++++
813

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.1.1'
53+
version = '3.1.2'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '3.1.1'
55+
release = '3.1.2'
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 <[email protected]>'
12-
__version__ = '3.1.1'
12+
__version__ = '3.1.2'
1313

1414
packages = [
1515
'twython',

twython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919

2020
__author__ = 'Ryan McGrath <[email protected]>'
21-
__version__ = '3.1.1'
21+
__version__ = '3.1.2'
2222

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

0 commit comments

Comments
 (0)