summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-12-16 10:18:02 +0000
committerErik Johnston <erik@matrix.org>2016-12-16 10:18:02 +0000
commitb9b6d17ab1c503eb7d140623ed9c5cc37162e5a8 (patch)
treefce7147d9b4422f76b5cec8b53312bb34932d84f /synapse/__init__.py
parentMerge pull request #1704 from matrix-org/rav/log_todevice_syncs (diff)
downloadsynapse-b9b6d17ab1c503eb7d140623ed9c5cc37162e5a8.tar.xz
Bump version and changelog
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 825e90a2da..f006e10dc5 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-rc3"
+__version__ = "0.18.5"