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:13:20 +0000
committerRichard van der Hoff <richard@matrix.org>2022-03-24 19:13:20 +0000
commit1642abd77e43c4e7a69ebd5e1076593495488df1 (patch)
treef4ff26e05e55c4f908eaa13a6975d9110c5feb69 /synapse/__init__.py
parentPin Jinja to <3.1.0 (#12297) (diff)
downloadsynapse-1642abd77e43c4e7a69ebd5e1076593495488df1.tar.xz
1.55.2
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