summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-03-26 16:38:23 +0100
committerErik Johnston <erik@matrix.org>2018-03-26 16:38:23 +0100
commit691f8492fb882d4e270993743ff928328a8e97e9 (patch)
treec6a2ad8ff93f4b99ce4a00bc395d5fcc50651477 /synapse/__init__.py
parentFix date (diff)
parentBum version and changelog (diff)
downloadsynapse-691f8492fb882d4e270993743ff928328a8e97e9.tar.xz
Merge branch 'release-v0.27.0' of github.com:matrix-org/synapse v0.27.2
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 2cb6ef4652..a9d5198aba 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.1"
+__version__ = "0.27.2"