File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 3.1.2 (2013-12-05)
7+ ++++++++++++++++++
8+
9+ - Fixed Changelog (HISTORY.rst)
10+
6113.1.1 (2013-12-05)
712++++++++++++++++++
813
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 99 from distutils .core import setup
1010
1111__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
12- __version__ = '3.1.1 '
12+ __version__ = '3.1.2 '
1313
1414packages = [
1515 'twython' ,
Original file line number Diff line number Diff line change 1818"""
1919
2020__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
21- __version__ = '3.1.1 '
21+ __version__ = '3.1.2 '
2222
2323from .api import Twython
2424from .streaming import TwythonStreamer
You can’t perform that action at this time.
0 commit comments