summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-04-19 13:28:28 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-04-19 13:28:28 +0100
commit0921d93dcdd64101cc2433892f7a8cd1caf2b1f5 (patch)
tree1ea2b81caf42cce4a44fd06386af835fdaf38bb3 /synapse
parentBack out implementation of MSC2314 (#12474) (diff)
parentLink to specific version of upgrade notes (diff)
downloadsynapse-0921d93dcdd64101cc2433892f7a8cd1caf2b1f5.tar.xz
Merge branch '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 7cdd921366..bf88f1d93d 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.57.0rc1"
+__version__ = "1.57.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