This commit is contained in:
Brendan Abolivier 2020-01-22 14:03:46 +00:00
parent 90a28fb475
commit 0d0f32bc53
49 changed files with 71 additions and 49 deletions

View file

@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.9.0.dev2"
__version__ = "1.9.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