summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-08-03 16:35:24 -0700
committerAndrew Morgan <andrew@amorgan.xyz>2020-08-03 16:35:24 -0700
commit678f9fb88ee72c332317d9a0ba5e2cc75d1ace2c (patch)
tree500977c0321bde0658e92a6087645327e7517eab /synapse/__init__.py
parentMerge commit 'dc80a0762' into dinsic (diff)
parent1.15.2 (diff)
downloadsynapse-678f9fb88ee72c332317d9a0ba5e2cc75d1ace2c.tar.xz
Merge commit 'e8c36e527' into dinsic
* commit 'e8c36e527':
  1.15.2
  Correctly handle outliers as prev events over federation
  Ensure that HTML pages served from Synapse include headers to avoid embedding.
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 f5cd8271a6..c371e8f3c4 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.16.0rc1" +__version__ = "1.15.2" 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