From 97a4193b853e871c91fa3f31583ebb7ab7c1c8d8 Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Fri, 13 Oct 2023 23:33:46 +0200 Subject: [PATCH] Bump version --- bugme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugme.py b/bugme.py index be21dd2..a217bf6 100755 --- a/bugme.py +++ b/bugme.py @@ -19,7 +19,7 @@ from utils import dateit, html_tag -VERSION = "2.1.5" +VERSION = "2.2.0" DEFAULT_CREDENTIALS_FILE = os.path.expanduser("~/creds.json")