From 5838d281813c4fd0fe59c4ad81a379ff11a92ee0 Mon Sep 17 00:00:00 2001 From: draos Date: Tue, 26 Nov 2024 21:41:16 +0100 Subject: [PATCH] Bump version --- src/mail_devel/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mail_devel/utils.py b/src/mail_devel/utils.py index 73efce0..c8f968b 100644 --- a/src/mail_devel/utils.py +++ b/src/mail_devel/utils.py @@ -3,7 +3,7 @@ import ssl import sys -VERSION = "0.14.0" +VERSION = "0.14.1" DEFAULT_LOG_LEVEL = "info" LOG_FORMAT = "{asctime} [{levelname:^8}] {message}"