summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-02-08 11:35:05 +0000
committerBrendan Abolivier <babolivier@matrix.org>2022-02-08 11:35:05 +0000
commit7d56b6c083d7d2eb683795d482453923c3e8be15 (patch)
tree924fc8d0e409a43eec4141222a2e2a828bf29c88 /synapse
parentDon't mention 3.6 EOL under misc (diff)
downloadsynapse-7d56b6c083d7d2eb683795d482453923c3e8be15.tar.xz
1.52.0
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 5e65033061..a23563937a 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.52.0rc1"
+__version__ = "1.52.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