diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-26 12:15:46 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-26 13:28:40 +0000 |
commit | b98971e8a437eb3903506eadbefdf6cb2e0853d6 (patch) | |
tree | 9328d0cf74bf1a8aeeb01d31887ae5fca838ac4a /synapse/__init__.py | |
parent | Fix phone home stats (#6418) (diff) | |
download | synapse-b98971e8a437eb3903506eadbefdf6cb2e0853d6.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 051c83774e..53eedc0048 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.6.0rc2" +__version__ = "1.6.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 |