summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2022-03-24 19:39:45 +0000
committerRichard van der Hoff <richard@matrix.org>2022-03-24 19:39:45 +0000
commitb0659a112d585a5e81ea429f4fd8d9e67cdee78d (patch)
treee43ac56c82bcffb18014dfe2c03aa6b55a14713b /synapse/__init__.py
parentRemove unused test code. (#12291) (diff)
parentchangelog (diff)
downloadsynapse-b0659a112d585a5e81ea429f4fd8d9e67cdee78d.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 70f56824f9..88aef1889c 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.55.1"
+__version__ = "1.55.2"
 
 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