summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-10-05 14:40:38 +0100
committerErik Johnston <erik@matrix.org>2016-10-05 14:40:38 +0100
commit4285be791d9f53580e3644ccc369790f0153e0a7 (patch)
treecc27f059a354379346f9a21ff6b8b661a9407b65 /synapse/__init__.py
parentUpdate changelog (diff)
downloadsynapse-4285be791d9f53580e3644ccc369790f0153e0a7.tar.xz
Bump changelog and version
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 0f706d265d..6dbe8fc7e7 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.1-rc1"
+__version__ = "0.18.1"