This commit is contained in:
Sean Quah 2022-04-05 12:44:00 +01:00
parent ca7e34cb57
commit 7a95e80418
5 changed files with 20 additions and 6 deletions

View file

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