summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-04-19 11:00:37 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-04-19 11:00:37 +0100
commit88fe72cc1eceb61d7bfd41c45fe250738f6693a7 (patch)
tree2721f4799624446b3c457d7a5e0c02c6f54024da /synapse
parentUpdate changelog (diff)
downloadsynapse-88fe72cc1eceb61d7bfd41c45fe250738f6693a7.tar.xz
1.57.0
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
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