summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-08-09 13:41:29 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-08-09 13:41:29 +0100
commitad35b7739e72fe198fa78fa4279f58cacfc9fa37 (patch)
tree2540e497a1bc3fd6259901333411e7e7c1741115 /synapse
parentSupport MSC3289: Room version 8 (#10449) (diff)
downloadsynapse-ad35b7739e72fe198fa78fa4279f58cacfc9fa37.tar.xz
1.40.0rc3 v1.40.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 da52463531..5cca899f7d 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.40.0rc2"
+__version__ = "1.40.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