Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit a57cb5d2519923c48763de31a1edbb81104f2845 | |
parent 7563641f54d19f0654243454502c7d65f3f15e63 | |
Author: Ivan Habunek <[email protected]> | |
Date: Wed, 26 Apr 2017 11:51:49 +0200 | |
Bump version | |
Diffstat: | |
CHANGELOG.md | 5 +++++ | |
setup.py | 2 +- | |
2 files changed, 6 insertions(+), 1 deletion(-) | |
--- | |
diff --git 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 | |
@@ -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', |