summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:41:18 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:41:18 +0000
commit409643db07938326a4f7032c899752e2a7fff5dd (patch)
tree3542b8859cf8a8fdc6a799ad74c23d7a005133a5 /synapse
parentFix presence timeouts when synchrotron restarts. (#6212) (diff)
parent1.4.1 (diff)
downloadsynapse-409643db07938326a4f7032c899752e2a7fff5dd.tar.xz
1.4.1
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
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