summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-01-25 08:25:40 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-01-25 08:25:40 -0500
commita01605c13681eeeeaf6abce80737db8e02f587cc (patch)
tree56c0c54035eade70741c63aca8224266e8c2e242 /synapse
parentFix chain cover update to handle events with duplicate auth events (#9210) (diff)
downloadsynapse-a01605c13681eeeeaf6abce80737db8e02f587cc.tar.xz
1.26.0rc2
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 d423856d82..3cd682f9e7 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.26.0rc1"
+__version__ = "1.26.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