diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-04-19 11:00:37 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-04-19 11:00:37 +0100 |
commit | 88fe72cc1eceb61d7bfd41c45fe250738f6693a7 (patch) | |
tree | 2721f4799624446b3c457d7a5e0c02c6f54024da /synapse/__init__.py | |
parent | Update changelog (diff) | |
download | synapse-88fe72cc1eceb61d7bfd41c45fe250738f6693a7.tar.xz |
1.57.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 7cdd921366..bf88f1d93d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -68,7 +68,7 @@ try: except ImportError: pass -__version__ = "1.57.0rc1" +__version__ = "1.57.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 |