Skip to content

Commit

Permalink
Version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhelmick committed Feb 8, 2017
1 parent 9a256e1 commit 6ded4c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,12 @@
History
-------

1.1.4 (2016-02-08)
++++++++++++++++++

- Remove old api url string formatting.
- Added ``posts`` method to Tumblpy, see README for example.

1.1.3 (2016-01-17)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion tumblpy/__init__.py
Expand Up @@ -13,7 +13,7 @@
"""

__author__ = 'Mike Helmick <me@michaelhelmick.com>'
__version__ = '1.1.3'
__version__ = '1.1.4'

from .api import Tumblpy
from .exceptions import (
Expand Down

0 comments on commit 6ded4c4

Please sign in to comment.