summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-04-12 15:28:41 +0100
committerErik Johnston <erik@matrix.org>2022-04-12 15:28:41 +0100
commita468768104887bd3c0d117096bec7f307dfd348c (patch)
tree3b45bd440687c5be500f58a5e48f228bc3517cd7 /synapse
parentDisable groups/communities by default. (#12344) (diff)
parentUpdate changelog (diff)
downloadsynapse-a468768104887bd3c0d117096bec7f307dfd348c.tar.xz
Merge branch 'release-v1.57' 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 2e6510537f..7cdd921366 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.56.0"
+__version__ = "1.57.0rc1"
 
 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