1.20.0rc5

This commit is contained in:
Patrick Cloke 2020-09-18 10:56:50 -04:00
parent 88e67d1adb
commit d5f7182ba1
6 changed files with 23 additions and 5 deletions

View file

@ -48,7 +48,7 @@ try:
except ImportError:
pass
__version__ = "1.20.0rc4"
__version__ = "1.20.0rc5"
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