summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-03-29 10:41:04 +0100
committerBrendan Abolivier <babolivier@matrix.org>2022-03-29 10:41:04 +0100
commitb690fe749b5715f4c22b8a0a8640c264d8b94b3c (patch)
tree34e140f33512c176223f15229a6ebd3eb3972084 /synapse
parentRemove unused `auth_event_ids` argument plumbing (#12304) (diff)
downloadsynapse-b690fe749b5715f4c22b8a0a8640c264d8b94b3c.tar.xz
1.56.0rc1
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 88aef1889c..0960305d79 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.55.2"
+__version__ = "1.56.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