This commit is contained in:
Andrew Morgan 2022-03-24 17:47:03 +00:00
parent 8810c93e82
commit 088f3ae182
4 changed files with 18 additions and 2 deletions

View file

@ -68,7 +68,7 @@ try:
except ImportError:
pass
__version__ = "1.55.0"
__version__ = "1.55.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