From 6d755d08841fb6b93f88f3a4f7c45c962ce9869a Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Sat, 7 Oct 2023 10:51:23 +0200 Subject: [PATCH] Bump version --- bugme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugme.py b/bugme.py index f79dd3e..0d6b9c0 100755 --- a/bugme.py +++ b/bugme.py @@ -18,7 +18,7 @@ from utils import dateit, html_tag -VERSION = "2.1.4" +VERSION = "2.1.5" DEFAULT_CREDENTIALS_FILE = os.path.expanduser("~/creds.json")