summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:33:23 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:33:23 +0000
commitab68b70ed0a4a23f11007c48e57f441678722f45 (patch)
tree88d263c23ad291d77a5e5fe5f4cf3e3fde61090e /synapse/__init__.py
parentFix phone home stats (#6418) (diff)
parent1.6.0 (diff)
downloadsynapse-ab68b70ed0a4a23f11007c48e57f441678722f45.tar.xz
1.6.0
* commit 'b98971e8a':
  1.6.0
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 051c83774e..53eedc0048 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.6.0rc2" +__version__ = "1.6.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