From 3c959ea9445b43b992bcc200ce549fb3e4fff900 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Thu, 21 Nov 2024 16:56:28 +0100 Subject: small round of fixes Fix the mispelling of an error in the varlink iterface definition. Remove debug print statement. Remove an erroneus close on a qma that is not opened. --- src/jwebmail/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jwebmail/__init__.py') diff --git a/src/jwebmail/__init__.py b/src/jwebmail/__init__.py index f48db48..0a52677 100644 --- a/src/jwebmail/__init__.py +++ b/src/jwebmail/__init__.py @@ -36,7 +36,7 @@ else: toml_read_file = dict(load=toml_load, text=True) -__version__ = "2.7.0.dev0" +__version__ = "2.7.0.dev1" csrf = CSRFProtect() -- cgit v1.2.3