summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-09-30 12:40:24 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-09-30 12:40:24 +0100
commit3412f5c8d8c8aff5bcf9b0e5012dfa2f4e895464 (patch)
tree64e9e9f0cf2a5cc94c938a09d337647aa4c2fa6f /synapse
parentFix event context for outliers in important MSC2716 spot (#10938) (diff)
downloadsynapse-3412f5c8d8c8aff5bcf9b0e5012dfa2f4e895464.tar.xz
1.44.0rc2 v1.44.0rc2
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 a1fec8ad2b..8791c20e26 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.44.0rc1"
+__version__ = "1.44.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