summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-03-02 10:45:16 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-03-02 10:45:16 +0000
commit879e4a7bd7a90cda4c8ea908aede53d8e038ca7c (patch)
treeaa8fdc635783ab425f30f4d6ee8bd3a54ff62b73 /synapse
parentRemove misleading newsfile from #12126 which backs out an unreleased change. (diff)
downloadsynapse-879e4a7bd7a90cda4c8ea908aede53d8e038ca7c.tar.xz
1.54.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 903f2e815d..b21e1ed0f3 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.53.0"
+__version__ = "1.54.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