summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-02-21 08:56:04 +0000
committerRichard van der Hoff <richard@matrix.org>2020-02-21 08:56:04 +0000
commit9c1b83b0078aa9cc1bb902e14d3f7302625ba099 (patch)
tree8f5e13c25ee10726c9351dea0dfcf2bcf6657a82 /synapse
parentSmall grammar fixes to the ACME v1 deprecation notice (#6944) (diff)
downloadsynapse-9c1b83b0078aa9cc1bb902e14d3f7302625ba099.tar.xz
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 076a297b87..3406ce634f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.11.0rc1" +__version__ = "1.11.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