This commit is contained in:
Erik Johnston 2020-09-16 13:37:03 +01:00
parent f1c9ded738
commit 5ffd68dca1
4 changed files with 18 additions and 2 deletions

View file

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