summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-10-03 13:22:44 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-10-03 13:22:44 +0100
commitecb69d824a39d420a20a1c0b24a7174cea392560 (patch)
treee33d73da925f24c5a0dfee2cf5aa75c07df26868 /synapse
parentReplace client_secret with <redacted> in server logs (#6158) (diff)
downloadsynapse-ecb69d824a39d420a20a1c0b24a7174cea392560.tar.xz
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 5197eea22e..2d52d26af5 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -35,4 +35,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.4.0rc2"
+__version__ = "1.4.0"