summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-08 11:05:45 +0100
committerErik Johnston <erik@matrix.org>2016-06-08 11:05:45 +0100
commitbab916bccc57734fb96f7f9be66b1b15b2ed4dbf (patch)
treee07a71fd0180f4c193c6a03c9f27b306f3f34c51 /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.16.0 (diff)
downloadsynapse-bab916bccc57734fb96f7f9be66b1b15b2ed4dbf.tar.xz
Bump version and changelog to v0.16.0-rc2
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 3b290db79f..ad088a7880 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-rc1"
+__version__ = "0.16.0-rc2"