summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-10-17 16:40:56 +0100
committerRichard van der Hoff <richard@matrix.org>2019-10-17 16:40:56 +0100
commit71cd3fed669a55e6ef000591ca89fe01b37a5ee1 (patch)
tree8c63016510a017974f28eef2879ee0176bf09399 /synapse
parentDo the update as a background index (diff)
downloadsynapse-71cd3fed669a55e6ef000591ca89fe01b37a5ee1.tar.xz
1.4.1rc1 v1.4.1rc1
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 2d52d26af5..2fc0c3cf85 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -35,4 +35,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.4.0"
+__version__ = "1.4.1rc1"