From c0dad15a74f1b8c5d65a409bffc081d08bd07fc8 Mon Sep 17 00:00:00 2001 From: nanos-bot Date: Thu, 5 Dec 2024 08:20:01 +0000 Subject: [PATCH] [bot] Bump version to 7.1.14 --- find_posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find_posts.py b/find_posts.py index b578fdb..a322e62 100644 --- a/find_posts.py +++ b/find_posts.py @@ -20,7 +20,7 @@ logger = logging.getLogger("FediFetcher") robotParser = urllib.robotparser.RobotFileParser() -VERSION = "7.1.13" +VERSION = "7.1.14" argparser=argparse.ArgumentParser()