Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 08e4705a9c7f73845de6f041bf2b7bcd3f5bd75d | |
parent 06a68d41429e76fd7197d5dfdeb82a458728dde2 | |
Author: Ivan Habunek <[email protected]> | |
Date: Sat, 30 Dec 2017 17:55:45 +0100 | |
Bump version | |
Diffstat: | |
CHANGELOG.md | 4 ++++ | |
setup.py | 2 +- | |
2 files changed, 5 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
@@ -1,6 +1,10 @@ | |
Changelog | |
--------- | |
+**0.16.1 (2017-12-30)** | |
+ | |
+* Fix bug with app registration | |
+ | |
**0.16.0 (2017-12-30)** | |
* **Drop support for Python 2** because it's a pain to support and caused bugs | |
diff --git a/setup.py b/setup.py | |
@@ -11,7 +11,7 @@ Contains an experimental curses application for reading the t… | |
setup( | |
name='toot', | |
- version='0.16.0', | |
+ version='0.16.1', | |
description='Mastodon CLI client', | |
long_description=long_description.strip(), | |
author='Ivan Habunek', |