summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-09-19 17:16:56 +0100
committerErik Johnston <erik@matrix.org>2016-09-19 17:16:56 +0100
commit2b8ff4659fa2ecdfdaf9f455a5f08d42ef6aa1e9 (patch)
tree3184c8b912fdf11d29f7254ab879447f677e353b /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.18.0 (diff)
downloadsynapse-2b8ff4659fa2ecdfdaf9f455a5f08d42ef6aa1e9.tar.xz
Bump version and changelog
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 25f65f9bcd..41745170a1 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.0-rc1"
+__version__ = "0.18.0"