summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-09 13:23:41 +0100
committerErik Johnston <erik@matrix.org>2016-06-09 13:23:41 +0100
commita31befbcd0f8238920b0ca198d35ef657c78e766 (patch)
tree02a389806a7ed089f813133f2dd969725e50548f /synapse/__init__.py
parentUpdate commit hash in changelog (diff)
downloadsynapse-a31befbcd0f8238920b0ca198d35ef657c78e766.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 ad088a7880..dc211e9637 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.16.0-rc2"
+__version__ = "0.16.0"