From fcfed97634a217ccb5663459a9f875f65350eeed Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 12 Sep 2020 15:16:16 +1000 Subject: [PATCH] bump version and amend docs --- docs/options.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/options.md b/docs/options.md index 8799551..5320ea3 100644 --- a/docs/options.md +++ b/docs/options.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 4bb099a..d7971f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-or-later"