summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-04-13 17:07:54 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-04-13 17:07:54 +0100
commit154b44c2498f021c045d98635b22ce3f706592da (patch)
tree791cf9baf7b7d1f100413ec608d9051ce6b44d38 /synapse/__init__.py
parentMerge pull request #3099 from matrix-org/matthew/fix-federation-domain-whitelist (diff)
parentMerge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse (diff)
downloadsynapse-154b44c2498f021c045d98635b22ce3f706592da.tar.xz
Merge branch 'master' of https://github.com/matrix-org/synapse into develop
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 1fa2de5268..0c1c16b9a4 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.27.3"
+__version__ = "0.27.4"