diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-03 14:58:37 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-03-03 14:58:37 +0000 |
commit | fd983fad968941987314501b67147a264e2e927a (patch) | |
tree | 90a5a82c909bacc82b010056c59458d29e755a6f /synapse/__init__.py | |
parent | Merge branch 'babolivier/complete_sso_login_saml' into 'release-v1.11.1' (diff) | |
download | synapse-fd983fad968941987314501b67147a264e2e927a.tar.xz |
v1.11.1
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 3406ce634f..e56ba89ff4 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.11.0" +__version__ = "1.11.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 |