summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-27 14:46:24 +0100
committerErik Johnston <erik@matrix.org>2021-05-27 14:46:24 +0100
commitb1bc26a909f4f9af137e72ab27952a8d2dfc1cb3 (patch)
tree15911a435a01c0389e2921b103deab876e40ab5a /synapse
parentPass the origin when calculating the spaces summary over GET. (#10079) (diff)
downloadsynapse-b1bc26a909f4f9af137e72ab27952a8d2dfc1cb3.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 e60e9db71e..6faf31dbbc 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.35.0rc1" +__version__ = "1.35.0rc2" 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