summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-09 16:57:33 +0100
committerErik Johnston <erik@matrix.org>2016-06-09 16:57:33 +0100
commit16a88842334806111f4e52cfdcdcf2d8069a559f (patch)
tree6ef6a66d1e510fe14508b82c08624adad5f064b2 /synapse
parentMerge pull request #862 from matrix-org/erikj/media_remote_error (diff)
parentMerge branch 'release-v0.16.0' of github.com:matrix-org/synapse (diff)
downloadsynapse-16a88842334806111f4e52cfdcdcf2d8069a559f.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into develop
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 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"