diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-28 11:24:11 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-28 11:29:50 +0000 |
commit | e7777f3668d09c87335830f785f42c851827b497 (patch) | |
tree | 8429f20dad1a9de3741c17dd51f39b565130af4f /synapse/__init__.py | |
parent | Remove local threepids on account deactivation (#6426) (diff) | |
download | synapse-e7777f3668d09c87335830f785f42c851827b497.tar.xz |
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 53eedc0048..f99de2f3f3 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.6.0" +__version__ = "1.6.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 |