Bump version
This commit is contained in:
parent
647a896ab5
commit
e28417d088
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ Contains an experimental curses application for reading the timeline.
|
|||
|
||||
setup(
|
||||
name='toot',
|
||||
version='0.16.1',
|
||||
version='0.16.2',
|
||||
description='Mastodon CLI client',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
|
Loading…
Reference in a new issue