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',