summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-02-22 12:26:49 +0000
committerErik Johnston <erik@matrix.org>2022-02-22 12:26:49 +0000
commit6a1bad511d8874e07a8f10e820b6a1cff8c7ae31 (patch)
tree42bf42492697199fae6def6e38274aa4d00011ae /synapse
parentFaster joins: Support for calling `/federation/v1/state` (#12013) (diff)
parentMerge branch 'release-v1.53' (diff)
downloadsynapse-6a1bad511d8874e07a8f10e820b6a1cff8c7ae31.tar.xz
Merge remote-tracking branch 'origin/master' into develop
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 2bf8eb2a11..903f2e815d 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.53.0rc1"
+__version__ = "1.53.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