summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-03-15 11:00:01 +0000
committerDavid Robertson <davidr@element.io>2022-03-15 11:00:01 +0000
commitd1130a249b4f462a3e457b783b483d5a6c7486f0 (patch)
tree46c12725b05cd9ced6ce0b792261625153c0cf42 /synapse/__init__.py
parentAdd cancellation support to `@cached` and `@cachedList` decorators (#12183) (diff)
downloadsynapse-d1130a249b4f462a3e457b783b483d5a6c7486f0.tar.xz
1.55.0rc1
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 4b00565976..870707f476 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.54.0"
+__version__ = "1.55.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