summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew <matthew@matrix.org>2017-01-07 03:45:38 +0000
committerMatthew <matthew@matrix.org>2017-01-07 03:45:38 +0000
commitf0e4bac64e8a4eff8132afcfc8406ce5fac11369 (patch)
treed9257ced169113e0f8d34b9c9fe73d23d53f513f /synapse
parentdo the discard check in the right place to avoid grabbing dependent events (diff)
downloadsynapse-f0e4bac64e8a4eff8132afcfc8406ce5fac11369.tar.xz
bump changelog & version v0.18.7-rc2
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 91e3a2c2e0..cb332279df 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-rc1"
+__version__ = "0.18.7-rc2"