summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-14 11:34:57 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-14 11:34:57 +0000
commit867443472c12edc11e791872a9dc1fcd7e4da736 (patch)
treebe685bead9e6a189e558fda9464c7e3f76bea6be /synapse/__init__.py
parentFix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ... (diff)
downloadsynapse-867443472c12edc11e791872a9dc1fcd7e4da736.tar.xz
1.50.0rc2
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 92aec334e6..f2dac4e7de 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.50.0rc1"
+__version__ = "1.50.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