bump version and amend docs

This commit is contained in:
Hugh Rundle 2020-09-12 15:16:16 +10:00
parent 790c0d97e1
commit fcfed97634
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ If you skip a lot of items (e.g. you skip direct messages) it may clutter your l
### Hide everything (--quiet)
Use the `--quiet` or `-q` flag to suppress all logging except for the account name being checked and the number of toots deleted. Use the `-qq` flag to further suppress output for accounts with zero deleted toots. The `-qqq` flag will suppress all output. Exception messages will not be suppressed.
Use the `--quiet` or `-q` flag to suppress all logging except for the account name being checked and the number of toots deleted. Use the `-qq` flag to further suppress output for accounts with zero deleted toots. The `-qqq` flag will suppress all output. Exception messages will not be suppressed, other than `IndexError` when any account has no toots to check.
### Only archive deleted toots (--archive-deleted)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "ephemetoot"
version = "3.0.0"
version = "3.1.0"
description = "A command line tool to delete your old toots"
authors = ["Hugh Rundle <ephemetoot@hugh.run>"]
license = "GPL-3.0-or-later"