summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-03-26 14:48:19 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-03-26 14:48:19 +0100
commit51406dab96cb3a4de2fad02a31984cfcb613f809 (patch)
tree1fad5548eab845afcb1fe5f0c5e26694b322d6d3 /synapse/__init__.py
parentUpdate CHANGES.rst (diff)
downloadsynapse-51406dab96cb3a4de2fad02a31984cfcb613f809.tar.xz
version bump
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 71b409ba8b..70a0297052 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.0-rc2"
+__version__ = "0.27.0"