summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-23 17:04:16 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-23 17:04:16 +0000
commitbd89a5d7436545ecda13fc7b696bc30c8a914c81 (patch)
tree06315ad07ae4e7b1830a0bd3756d96c341daffe7 /synapse
parentFix deleting of stale marker for device lists (#6819) (diff)
parent1.10.0rc1 (diff)
downloadsynapse-bd89a5d7436545ecda13fc7b696bc30c8a914c81.tar.xz
1.10.0rc1
* commit 'ac0d45b78':
  1.10.0rc1
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 a236888d3c..bd942d3e1c 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.9.1" +__version__ = "1.10.0rc1" 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