diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-03-08 10:55:26 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-03-08 10:55:26 +0000 |
commit | ea992adf867c0c74dccfd6a40e0f73933ccf2899 (patch) | |
tree | 7176acf412aae1161528db5a77a396aee93b8827 /synapse/__init__.py | |
parent | Fix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st... (diff) | |
download | synapse-ea992adf867c0c74dccfd6a40e0f73933ccf2899.tar.xz |
1.54.0
Diffstat (limited to 'synapse/__init__.py')
-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 b21e1ed0f3..c6727024f0 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,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 |