summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2022-01-18 10:41:36 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2022-01-18 10:41:36 +0000
commit3ba9389699529f8173f787029a281ea851bf3f06 (patch)
tree48f64671218ffa93a7f72477f70f5ad7989595e4 /synapse/__init__.py
parentTweak the changelog summary section (diff)
downloadsynapse-3ba9389699529f8173f787029a281ea851bf3f06.tar.xz
1.50.0
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 f2dac4e7de..201925e91d 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.50.0rc2"
+__version__ = "1.50.0"
 
 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