summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-13 10:19:53 +0000
committerErik Johnston <erik@matrix.org>2019-12-13 10:19:53 +0000
commitf5aeea9e894244263a9d27602fc67dd51fead4d5 (patch)
treebfb5cc3cf2e46989723a21d79d6fa8c76faac8fe /synapse
parent1.7.0rc2 (diff)
downloadsynapse-f5aeea9e894244263a9d27602fc67dd51fead4d5.tar.xz
1.7.0
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index fc2a6e4ee6..d3cf7b3d7b 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.7.0rc2" +__version__ = "1.7.0" 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