This commit is contained in:
Richard van der Hoff 2020-07-10 12:11:12 +01:00
parent cbabcec05c
commit c9f7c683ae
4 changed files with 26 additions and 2 deletions

View file

@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.16.0"
__version__ = "1.16.1"
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