summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2022-04-05 12:44:00 +0100
committerSean Quah <seanq@element.io>2022-04-05 12:44:00 +0100
commit7a95e80418d7cc79a0fe4800a279b71fa84279f1 (patch)
treea66bb9ff22fb4af86fc85f30bd1e689df8c337ef /synapse
parentPin signedjson to <= 1.1.1 as a temporary workaround for #12324 (diff)
downloadsynapse-7a95e80418d7cc79a0fe4800a279b71fa84279f1.tar.xz
1.56.0
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 0960305d79..2e6510537f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.56.0rc1"
+__version__ = "1.56.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