Skip to content

Commit 5c7ca23

Browse files
author
Mike Helmick
committed
1.1.0 Release, update version and history
1 parent e6bc601 commit 5c7ca23

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

HISTORY.rst

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

6+
1.1.0 (2016-30-04)
7+
++++++++++++++++++
8+
9+
- Add following and dashboard API methods
10+
11+
612
1.0.5 (2015-08-13)
713
++++++++++++++++++
814

915
- Add support for ``proxies`` keyword for requests
1016

17+
1118
1.0.4 (2015-01-15)
1219
++++++++++++++++++
1320

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import os
66
import 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

1111
if sys.argv[-1] == 'publish':
1212
os.system('python setup.py sdist upload')

tumblpy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
Tumblpy 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

1818
from .api import Tumblpy
1919
from .exceptions import (

0 commit comments

Comments
 (0)