From a57cb5d2519923c48763de31a1edbb81104f2845 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 26 Apr 2017 11:51:49 +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 85e120f..1ca0e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**0.10.0 (2016-04-26)** + +* Add commands: `block`, `unblock`, `mute`, `unmute` +* Internal improvements + **0.9.1 (2016-04-24)** * Fix conflict with curses package name diff --git a/setup.py b/setup.py index 7b3eeff..0b3a4d0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("requirements.txt") as f: setup( name='toot', - version='0.9.1', + version='0.10.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',