summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-15 15:50:17 +0100
committerErik Johnston <erik@matrix.org>2016-06-15 15:50:48 +0100
commit0ef0655b83adee8671358e35c42e2e646ef8d2fd (patch)
tree54218c8fb3393fc0df0da37882b2a3e3a616158b /synapse
parentMerge pull request #871 from matrix-org/erikj/linearize_state_fetch_on_pdu (diff)
downloadsynapse-0ef0655b83adee8671358e35c42e2e646ef8d2fd.tar.xz
Bump version and changelog
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 dc211e9637..faaa86d972 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" +__version__ = "0.16.1-rc1"