diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-22 15:18:31 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-22 15:18:31 +0100 |
commit | 55bb5fda339f8ec232e8b2a65df01f1597e594ee (patch) | |
tree | f3823503aec4c59b0bfc630925f5166141558b1c /synapse | |
parent | Add a note about including the changes from 1.19.3. (diff) | |
download | synapse-55bb5fda339f8ec232e8b2a65df01f1597e594ee.tar.xz |
1.20.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 a95753dcc7..8242d05f60 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.20.0rc5" +__version__ = "1.20.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 |