summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2022-01-18 16:46:39 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2022-01-18 16:46:39 +0000
commit9eab71aa935a2d5c493c974e2f13d10d3cb4c09a (patch)
treeda0f514c8e8b7d8d88f9ba69d65cc78f73ecd8da /synapse/__init__.py
parentInclude whether the requesting user has participated in a thread. (#11577) (diff)
parentWording fixes to 1.50.0/1 changelog entries (diff)
downloadsynapse-9eab71aa935a2d5c493c974e2f13d10d3cb4c09a.tar.xz
Merge branch 'master' into develop
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 201925e91d..5ec9f94174 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.50.0"
+__version__ = "1.50.1"
 
 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