summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-27 14:59:46 +0100
committerErik Johnston <erik@matrix.org>2021-05-27 14:59:46 +0100
commit8e132fe64e38bf2fa979beac232ea06bdd455723 (patch)
tree3e1f488a059a670068468f44c55aa4df9aee059b /synapse/__init__.py
parentFix up `BatchingQueue` (#10078) (diff)
parent 1.35.0rc2 (diff)
downloadsynapse-8e132fe64e38bf2fa979beac232ea06bdd455723.tar.xz
Merge tag 'v1.35.0rc2' into develop
Synapse 1.35.0rc2 (2021-05-27)
==============================

Bugfixes
--------

- Fix a bug introduced in v1.35.0rc1 when calling the spaces summary API via a GET request. ([\#10079](https://github.com/matrix-org/synapse/issues/10079))
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 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