1.41.0rc1

This commit is contained in:
Erik Johnston 2021-08-18 15:52:11 +01:00
parent 3692f7fd33
commit 49cb7eae97
63 changed files with 86 additions and 61 deletions

View file

@ -47,7 +47,7 @@ try:
except ImportError:
pass
__version__ = "1.40.0"
__version__ = "1.41.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