summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:15:31 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:15:31 +0000
commit4b9c44b9528a0db72ecd2e130154c410bb9bf5c8 (patch)
tree22ad53a326d0da5edf31c6370ab43ed135dd2c0e /synapse/__init__.py
parentRevert `get_auth_chain_ids` changes (#6951) (diff)
parent1.11.0rc1 (diff)
downloadsynapse-4b9c44b9528a0db72ecd2e130154c410bb9bf5c8.tar.xz
1.11.0rc1
* commit '197b08de3':
  1.11.0rc1
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 8313f177d2..076a297b87 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.10.1" +__version__ = "1.11.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