summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-28 13:31:18 +0100
committerErik Johnston <erik@matrix.org>2021-07-28 13:31:18 +0100
commit5146e198809c736d6106ff868caee0380d4f28ac (patch)
tree09ffbff16179a154575f70761ddbc4dc2e1c3e64 /synapse/__init__.py
parentFix import of the default SAML mapping provider. (#10477) (diff)
downloadsynapse-5146e198809c736d6106ff868caee0380d4f28ac.tar.xz
1.39.0rc3
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 01d6bf17f0..c9a445c8fe 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.39.0rc2"
+__version__ = "1.39.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