summaryrefslogtreecommitdiff
path: root/src/jwebmail
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2024-11-01 17:37:56 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2024-11-01 17:37:56 +0100
commit936e4036876048a25d3b64a53ffd3c7af16b73b8 (patch)
tree91253b18e917739e74c9e87585004657e429ff55 /src/jwebmail
parent38dc1cde0d8ff6c52c39ec71be14a98946f04bad (diff)
bump version; update unit file and deployment script
Diffstat (limited to 'src/jwebmail')
-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 51df9d9..c3239c8 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.2.1.dev6"
+__version__ = "2.2.1.dev7"
csrf = CSRFProtect()