summaryrefslogtreecommitdiff
path: root/src/jwebmail/__init__.py
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2024-11-21 16:56:28 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2024-11-21 16:56:28 +0100
commit3c959ea9445b43b992bcc200ce549fb3e4fff900 (patch)
tree297014f623240b9b4d746ccfebad62b615559844 /src/jwebmail/__init__.py
parent5324a38f8fbd41391741317f7e7ab2d69ec30623 (diff)
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.
Diffstat (limited to 'src/jwebmail/__init__.py')
-rw-r--r--src/jwebmail/__init__.py2
1 files changed, 1 insertions, 1 deletions
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()