diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-09 11:39:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-01-09 11:39:29 +0000 |
commit | 24b2c940fb657270bfbe3d7a18c5e9363c42663d (patch) | |
tree | 07b13455abf81b6981686ead4ffc1a564983b1fa /synapse | |
parent | Fix GET request on /_synapse/admin/v2/users endpoint (#6563) (diff) | |
download | synapse-24b2c940fb657270bfbe3d7a18c5e9363c42663d.tar.xz |
1.8.0
Diffstat (limited to 'synapse')
-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 a3bd855045..0dd538d804 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.8.0rc1" +__version__ = "1.8.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 |