summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-04-13 12:16:27 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-04-13 12:16:27 +0100
commitd4b2e05852e25a941cf02f81314e220e943b85e0 (patch)
treec6416fa7fe93047c003eddb721da81071d363aaa /synapse
parentRevert "Use sortedcontainers instead of blist" (diff)
parentMerge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse (diff)
downloadsynapse-d4b2e05852e25a941cf02f81314e220e943b85e0.tar.xz
Merge branch 'master' of https://github.com/matrix-org/synapse into develop
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 7f6090baf8..1fa2de5268 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-rc2"
+__version__ = "0.27.3"