We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a256e1 commit 6ded4c4Copy full SHA for 6ded4c4
3 files changed
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
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
12
1.1.3 (2016-01-17)
13
++++++++++++++++++
14
setup.py
@@ -6,7 +6,7 @@
from setuptools import setup
__author__ = 'Mike Helmick <me@michaelhelmick.com>'
-__version__ = '1.1.3'
+__version__ = '1.1.4'
if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
tumblpy/__init__.py
@@ -13,7 +13,7 @@
"""
15
16
17
18
from .api import Tumblpy
19
from .exceptions import (
0 commit comments