summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-09-16 08:54:30 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-09-16 08:54:30 -0400
commit7141057e8510a31e6a29955e7d1e94ad4857d784 (patch)
tree109fd4d953efdf36c392ef44716e9460b1c9ae34 /synapse/__init__.py
parentMerge remote-tracking branch 'origin/master' into release-v1.20.0 (diff)
downloadsynapse-7141057e8510a31e6a29955e7d1e94ad4857d784.tar.xz
1.20.0rc4 v1.20.0rc4
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 bf0bf192a5..6b11c5681b 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.20.0rc3"
+__version__ = "1.20.0rc4"
 
 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