Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit e28417d088dcdfeff031530279ca439b82975f44 | |
parent 647a896ab5af7eb4b153fcb4b1035a29e55475d8 | |
Author: Ivan Habunek <[email protected]> | |
Date: Tue, 2 Jan 2018 10:53:09 +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.2 (2018-01-02)** | |
+ | |
+* No changes, pushed to fix a packaging issue | |
+ | |
**0.16.1 (2017-12-30)** | |
* Fix bug with app registration | |
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.1', | |
+ version='0.16.2', | |
description='Mastodon CLI client', | |
long_description=long_description.strip(), | |
author='Ivan Habunek', |