diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-24 13:37:20 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-24 13:37:20 +0000 |
commit | 36f37acf538ae7b2e9ca9927fd3c561f581d4ee0 (patch) | |
tree | 4e13c9e5435d053c77a6387bd81b808a3129eb8a /synapse | |
parent | Fix logic for dropping old events in fed queue (#11806) (diff) | |
download | synapse-36f37acf538ae7b2e9ca9927fd3c561f581d4ee0.tar.xz |
1.50.2 v1.50.2
Diffstat (limited to '')
-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 5ec9f94174..5ef294cd42 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.50.1" +__version__ = "1.50.2" 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 |