diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-26 12:41:18 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-26 12:41:18 +0000 |
commit | 409643db07938326a4f7032c899752e2a7fff5dd (patch) | |
tree | 3542b8859cf8a8fdc6a799ad74c23d7a005133a5 /synapse | |
parent | Fix presence timeouts when synchrotron restarts. (#6212) (diff) | |
parent | 1.4.1 (diff) | |
download | synapse-409643db07938326a4f7032c899752e2a7fff5dd.tar.xz |
1.4.1
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 e908b90177..ee3313a41c 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.4.1rc1" +__version__ = "1.4.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 |