From edf657ba5b885a99ca532b0cf72c3f038909b067 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 7 May 2017 10:44:24 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca0e3b..52a8e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**0.11.0 (2016-05-07)** + +* Fix error when running toot from crontab (#11) +* Minor tweaks + **0.10.0 (2016-04-26)** * Add commands: `block`, `unblock`, `mute`, `unmute` diff --git a/setup.py b/setup.py index 0b3a4d0..5f2343d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("requirements.txt") as f: setup( name='toot', - version='0.10.0', + version='0.11.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',