summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-03-08 15:37:35 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-03-08 15:37:35 +0000
commit0dc9c5653c990687f7aa912f1b1279d94b433826 (patch)
treec785afc95a1cd5870eb400b6616a81cc3b07b107 /synapse/__init__.py
parentFix CI not attaching source distributions and wheels to the GitHub releases. ... (diff)
parentFix silly markdown typo (diff)
downloadsynapse-0dc9c5653c990687f7aa912f1b1279d94b433826.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 674acc7135..4b00565976 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.54.0rc1"
+__version__ = "1.54.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