1.19.1rc1

This commit is contained in:
Brendan Abolivier 2020-08-25 15:24:39 +01:00
parent 393a811a41
commit b79d69796c
4 changed files with 11 additions and 3 deletions

View file

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