diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-03-08 15:37:35 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-03-08 15:37:35 +0000 |
commit | 0dc9c5653c990687f7aa912f1b1279d94b433826 (patch) | |
tree | c785afc95a1cd5870eb400b6616a81cc3b07b107 /synapse/__init__.py | |
parent | Fix CI not attaching source distributions and wheels to the GitHub releases. ... (diff) | |
parent | Fix silly markdown typo (diff) | |
download | synapse-0dc9c5653c990687f7aa912f1b1279d94b433826.tar.xz |
Merge branch 'master' into develop
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 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 |