Merge remote-tracking branch 'upstream/release-v1.39'

This commit is contained in:
Tulir Asokan 2021-07-29 12:16:22 +03:00
commit bb36a94c64
3 changed files with 14 additions and 5 deletions

View file

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