diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d3087..a4ccc21 100644 --- 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 index cbbee6e..466c6c2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ Contains an experimental curses application for reading the timeline. setup( name='toot', - version='0.16.0', + version='0.16.1', description='Mastodon CLI client', long_description=long_description.strip(), author='Ivan Habunek',