Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 9787954a3287ea2cf9a7c1a1c975953d00d52af0 | |
parent fde6bd61258ba22ea52c10a2412aabb4c3ff79ee | |
Author: Ivan Habunek <[email protected]> | |
Date: Sat, 30 Dec 2017 16:44:29 +0100 | |
Bump version | |
Diffstat: | |
CHANGELOG.md | 3 ++- | |
setup.py | 2 +- | |
2 files changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
@@ -1,12 +1,13 @@ | |
Changelog | |
--------- | |
-**0.16.0 (TBA)** | |
+**0.16.0 (2017-12-30)** | |
* **Drop support for Python 2** because it's a pain to support and caused bugs | |
with handling unicode. | |
* Remove hacky `login_2fa` command, use `login_browser` instead | |
* Add `instance` command | |
+* Allow `post`ing media without text (#24) | |
**0.15.1 (2017-12-12)** | |
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.15.1', | |
+ version='0.16.0', | |
description='Mastodon CLI client', | |
long_description=long_description.strip(), | |
author='Ivan Habunek', |