summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-28 17:06:05 +0100
committerErik Johnston <erik@matrix.org>2021-05-28 17:06:05 +0100
commit258a9a9e8bea851493fc2275ac6b81639c997afb (patch)
tree5849d89cbc4f67dd77bac0dac94fa58ceaa6e603 /synapse
parentMerge remote-tracking branch 'origin/release-v1.35.0' into release-v1.35 (diff)
downloadsynapse-258a9a9e8bea851493fc2275ac6b81639c997afb.tar.xz
1.35.0rc3
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 6faf31dbbc..4591246bd1 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.35.0rc2"
+__version__ = "1.35.0rc3"
 
 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