summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-01-09 14:51:17 +0000
committerErik Johnston <erik@matrix.org>2017-01-09 14:51:17 +0000
commit9898bbd9dc60653cd0186460c0014505195ed874 (patch)
treeaf4ffd4da02bc3c917537b4882010d776f9c6b5d /synapse
parentgah, fix mangled merge of 0.18.7 into develop (diff)
parentBump version and changelog (diff)
downloadsynapse-9898bbd9dc60653cd0186460c0014505195ed874.tar.xz
Merge branch 'master' of 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 cb332279df..498ded38c0 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.18.7-rc2"
+__version__ = "0.18.7"