Merge pull request #68 from hughrun/3.1.1-prep

prepare for 3.1.1 release
This commit is contained in:
Hugh Rundle 2021-05-01 10:53:27 +10:00 committed by GitHub
commit 2c50e89192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ _assets
pypi-readme.md
archive
dist
.pytest_cache/*

View File

@ -587,11 +587,11 @@ def check_batch(config, options, mastodon, user_id, timeline, deleted_count=0):
except IndexError:
if not options.quiet or options.quiet <= 1:
print(
"No toots found for "
+ config["username"]
+ "@"
+ config["base_url"]
+ ".\n"
"No toots found for "
+ config["username"]
+ "@"
+ config["base_url"]
+ ".\n"
)

View File

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