diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-18 16:09:04 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-18 16:09:04 +0000 |
commit | ab12c909a20d626cd39f615d1df218d574f826a7 (patch) | |
tree | 21096336f89365781e76c57214f0d0846bdec8a5 /synapse/__init__.py | |
parent | Partially revert #11602 to prevent webclient overriding client resource (#11764) (diff) | |
download | synapse-ab12c909a20d626cd39f615d1df218d574f826a7.tar.xz |
1.50.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 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 |