Merge branch 'release-v1.57' into develop

This commit is contained in:
Erik Johnston 2022-04-12 15:28:41 +01:00
commit a468768104
93 changed files with 5920 additions and 5847 deletions

View file

@ -68,7 +68,7 @@ try:
except ImportError:
pass
__version__ = "1.56.0"
__version__ = "1.57.0rc1"
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