From 65da61b8b6808dd94b6e30e026452d2d9878a3f7 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Mon, 8 May 2017 09:17:42 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a8e5a..cc6dea2 100644 --- 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 index f8a01d9..b528dee 100644 --- 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',