diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-04-20 15:30:03 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-04-20 15:30:03 +0100 |
commit | 05e8a5d298011508e04ecf4b2f73aaa737ed6035 (patch) | |
tree | 0e6ae7b7a089ff0e76bd3e98042c27d310b4e79b /synapse/__init__.py | |
parent | Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker ... (diff) | |
download | synapse-05e8a5d298011508e04ecf4b2f73aaa737ed6035.tar.xz |
1.57.1
Diffstat (limited to '')
-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 bf88f1d93d..b62eed66e2 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -68,7 +68,7 @@ try: except ImportError: pass -__version__ = "1.57.0" +__version__ = "1.57.1" 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 |