summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-11-24 12:29:58 +0000
committerErik Johnston <erik@matrix.org>2016-11-24 12:29:58 +0000
commit7e03f9a484c1d746285b5d6c2a34e1711c0654f2 (patch)
tree6b551a8de85549d5ac7663cfd332bcc10ab64799 /synapse
parentDon't send old events as federation (diff)
downloadsynapse-7e03f9a484c1d746285b5d6c2a34e1711c0654f2.tar.xz
Bump version and changelog v0.18.5-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 d0b9679858..f32c28be02 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.5-rc1"
+__version__ = "0.18.5-rc2"