summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2022-01-18 16:09:04 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2022-01-18 16:09:04 +0000
commitab12c909a20d626cd39f615d1df218d574f826a7 (patch)
tree21096336f89365781e76c57214f0d0846bdec8a5 /synapse
parentPartially revert #11602 to prevent webclient overriding client resource (#11764) (diff)
downloadsynapse-ab12c909a20d626cd39f615d1df218d574f826a7.tar.xz
1.50.1
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 201925e91d..5ec9f94174 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.50.0" +__version__ = "1.50.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