1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Bump version

This commit is contained in:
Ivan Habunek 2017-04-21 20:27:54 +02:00
parent a3b207647b
commit a0f1bff0dd
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,11 @@
Changelog
---------
**0.9.0 (2016-04-21)**
* Add `whois` command
* Add experimental `curses` app for viewing the timeline
**0.8.0 (2016-04-19)**
* Renamed command `2fa` to `login_2fa` **BC BREAK**

View File

@ -14,10 +14,6 @@ Interact with Mastodon social networks from the command line.
:target: https://pypi.python.org/pypi/toot
.. warning::
Upgrading to version ``0.7.0`` will require you to log in to your chosen Mastodon instance again.
Installation
------------
@ -46,12 +42,14 @@ Running ``toot <command> -h`` shows the documentation for the given command.
toot logout Log out, delete stored access keys
toot auth Show stored credentials
toot whoami Display logged in user details
toot whois Display user details
toot post Post a status text to your timeline
toot upload Upload an image or video file
toot search Search for users or hashtags
toot follow Follow an account
toot unfollow Unfollow an account
toot timeline Show recent items in your public timeline
toot curses An experimental timeline app.
To get help for each command run:
toot <command> --help

View File

@ -7,7 +7,7 @@ with open("README.rst") as readme:
setup(
name='toot',
version='0.8.0',
version='0.9.0',
description='Interact with Mastodon social networks from the command line.',
long_description=long_description,
author='Ivan Habunek',