Bump version
This commit is contained in:
parent
a3b207647b
commit
a0f1bff0dd
3 changed files with 8 additions and 5 deletions
|
@ -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**
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue