File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 1.1.0 (2016-30-04)
7+ ++++++++++++++++++
8+
9+ - Add following and dashboard API methods
10+
11+
6121.0.5 (2015-08-13)
713++++++++++++++++++
814
915- Add support for ``proxies `` keyword for requests
1016
17+
11181.0.4 (2015-01-15)
1219++++++++++++++++++
1320
Original file line number Diff line number Diff line change 55import os
66import sys
77
8- __author__ = 'Mike Helmick <mikehelmick@me .com>'
9- __version__ = '1.0.5 '
8+ __author__ = 'Mike Helmick <me@michaelhelmick .com>'
9+ __version__ = '1.1.0 '
1010
1111if sys .argv [- 1 ] == 'publish' :
1212 os .system ('python setup.py sdist upload' )
Original file line number Diff line number Diff line change 1212Tumblpy is a Python library to help interface with the Tumblr API and OAuth
1313"""
1414
15- __author__ = 'Mike Helmick <mikehelmick@me .com>'
16- __version__ = '1.0.5 '
15+ __author__ = 'Mike Helmick <me@michaelhelmick .com>'
16+ __version__ = '1.1.0 '
1717
1818from .api import Tumblpy
1919from .exceptions import (
You can’t perform that action at this time.
0 commit comments