diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cc0f1..0e38282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog --------- +**0.15.1 (2017-12-12)** + +* Fix crash when toot's URL is None (#33), thanks @veer66 + **0.15.0 (2017-09-09)** * Fix Windows compatibility (#18) diff --git a/setup.py b/setup.py index 3034b63..ba84e19 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.15.0', + version='0.15.1', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',