Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 65da61b8b6808dd94b6e30e026452d2d9878a3f7 | |
parent beb4b744d7da662974be217266bdc22030dd60d1 | |
Author: Ivan Habunek <[email protected]> | |
Date: Mon, 8 May 2017 09:17:42 +0200 | |
Bump version | |
Diffstat: | |
CHANGELOG.md | 6 ++++++ | |
setup.py | 2 +- | |
2 files changed, 7 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
@@ -1,6 +1,12 @@ | |
Changelog | |
--------- | |
+**0.12.0 (2016-05-08)** | |
+ | |
+* Add option to disable ANSI color in output (#15) | |
+* Return nonzero error code on error (#14) | |
+* Change license to GPLv3 | |
+ | |
**0.11.0 (2016-05-07)** | |
* Fix error when running toot from crontab (#11) | |
diff --git a/setup.py b/setup.py | |
@@ -10,7 +10,7 @@ with open("requirements.txt") as f: | |
setup( | |
name='toot', | |
- version='0.11.0', | |
+ version='0.12.0', | |
description='Interact with Mastodon social networks from the command line.… | |
long_description=long_description, | |
author='Ivan Habunek', |