diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-08-31 13:42:51 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-08-31 13:43:28 +0100 |
commit | a4c8a2f08b735266fbbe2f259e640f00dc5e3a00 (patch) | |
tree | 0d15cc184fb75fe427b95dc9749e3b49a9d69b42 /synapse/__init__.py | |
parent | Fix up unit tests (#10723) (diff) | |
download | synapse-a4c8a2f08b735266fbbe2f259e640f00dc5e3a00.tar.xz |
1.41.1 v1.41.1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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 |