summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-03 15:31:56 +0100
committerErik Johnston <erik@matrix.org>2016-06-03 15:33:14 +0100
commit21961c93c72c5d99d44bf6a264b641c18ac0219b (patch)
treeae203f3f3acd38857160319ae27b7db65532c434 /synapse/__init__.py
parentMerge branch 'release-v0.15.0' of github.com:matrix-org/synapse into release-... (diff)
downloadsynapse-21961c93c72c5d99d44bf6a264b641c18ac0219b.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 988318f5ea..3b290db79f 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.15.0-rc1"
+__version__ = "0.16.0-rc1"