Skip to content

Commit 6ded4c4

Browse files
Version 1.1.4
1 parent 9a256e1 commit 6ded4c4

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

HISTORY.rst

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

6+
1.1.4 (2016-02-08)
7+
++++++++++++++++++
8+
9+
- Remove old api url string formatting.
10+
- Added ``posts`` method to Tumblpy, see README for example.
11+
612
1.1.3 (2016-01-17)
713
++++++++++++++++++
814

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77

88
__author__ = 'Mike Helmick <me@michaelhelmick.com>'
9-
__version__ = '1.1.3'
9+
__version__ = '1.1.4'
1010

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

tumblpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"""
1414

1515
__author__ = 'Mike Helmick <me@michaelhelmick.com>'
16-
__version__ = '1.1.3'
16+
__version__ = '1.1.4'
1717

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

0 commit comments

Comments
 (0)