Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit edf657ba5b885a99ca532b0cf72c3f038909b067 | |
parent 661d35675a87fb7cca59be4d7ff82ff3ca93f25d | |
Author: Ivan Habunek <[email protected]> | |
Date: Sun, 7 May 2017 10:44:24 +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.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 | |
@@ -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', |