summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-06 10:40:08 +0000
committerErik Johnston <erik@matrix.org>2020-02-06 10:40:08 +0000
commit6a7e90ad782bddce95fa0c7d93e56291aa31c33d (patch)
treead73d3e6a0181f420915322525f888afb32289ed /synapse
parentCheck sender_key matches on inbound encrypted events. (#6850) (diff)
downloadsynapse-6a7e90ad782bddce95fa0c7d93e56291aa31c33d.tar.xz
1.10.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 bd942d3e1c..4f1859bd57 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.10.0rc1"
+__version__ = "1.10.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