From 46a2a6e8ca07c6547f07982ae65ecfd048709c56 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sat, 9 Sep 2017 09:58:26 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1aa66..84cc0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog --------- +**0.15.0 (2017-09-09)** + +* Fix Windows compatibility (#18) + **0.14.0 (2017-09-07)** * Add `--debug` option to enable debug logging instead of using the `TOOT_DEBUG` diff --git a/setup.py b/setup.py index fe56904..3034b63 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.14.0', + version='0.15.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',