diff options
author | David Robertson <davidr@element.io> | 2022-03-15 11:00:01 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-03-15 11:00:01 +0000 |
commit | d1130a249b4f462a3e457b783b483d5a6c7486f0 (patch) | |
tree | 46c12725b05cd9ced6ce0b792261625153c0cf42 /synapse | |
parent | Add cancellation support to `@cached` and `@cachedList` decorators (#12183) (diff) | |
download | synapse-d1130a249b4f462a3e457b783b483d5a6c7486f0.tar.xz |
1.55.0rc1
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/__init__.py | 2 |
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 |