summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-08-31 13:42:51 +0100
committerRichard van der Hoff <richard@matrix.org>2021-08-31 13:43:28 +0100
commita4c8a2f08b735266fbbe2f259e640f00dc5e3a00 (patch)
tree0d15cc184fb75fe427b95dc9749e3b49a9d69b42 /synapse
parentFix up unit tests (#10723) (diff)
downloadsynapse-a4c8a2f08b735266fbbe2f259e640f00dc5e3a00.tar.xz
1.41.1 v1.41.1
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index ef3770262e..06d80f79b3 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.41.0"
+__version__ = "1.41.1"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when