summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-07-08 13:22:32 +0100
committerErik Johnston <erik@matrix.org>2016-07-08 13:22:32 +0100
commit0870588c203f87b3cd23091918f43299923db13d (patch)
treee2f8aa68d95d1cbac551a6767b72832d988e8d02 /synapse/__init__.py
parentMerge pull request #886 from matrix-org/markjh/async_commit (diff)
parentBump version and changelog (diff)
downloadsynapse-0870588c203f87b3cd23091918f43299923db13d.tar.xz
Merge branch 'hotfixes-v0.16.1' v0.16.1-r1
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 3cd79b1247..2750ad3f7a 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.1" +__version__ = "0.16.1-r1"