mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 15:37:47 +01:00
Bump version
This commit is contained in:
parent
fde6bd6125
commit
9787954a32
@ -1,12 +1,13 @@
|
|||||||
Changelog
|
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
|
* **Drop support for Python 2** because it's a pain to support and caused bugs
|
||||||
with handling unicode.
|
with handling unicode.
|
||||||
* Remove hacky `login_2fa` command, use `login_browser` instead
|
* Remove hacky `login_2fa` command, use `login_browser` instead
|
||||||
* Add `instance` command
|
* Add `instance` command
|
||||||
|
* Allow `post`ing media without text (#24)
|
||||||
|
|
||||||
**0.15.1 (2017-12-12)**
|
**0.15.1 (2017-12-12)**
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ Contains an experimental curses application for reading the timeline.
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='toot',
|
name='toot',
|
||||||
version='0.15.1',
|
version='0.16.0',
|
||||||
description='Mastodon CLI client',
|
description='Mastodon CLI client',
|
||||||
long_description=long_description.strip(),
|
long_description=long_description.strip(),
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
Loading…
Reference in New Issue
Block a user