summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-07-07 16:33:00 +0100
committerErik Johnston <erik@matrix.org>2016-07-07 16:33:00 +0100
commitf90cf150e2b51124bb6848980394c4368e0de73a (patch)
tree8971ae2bb17f9b8beb293416fb8baffae9b74231 /synapse/__init__.py
parentFix bug where we did not correctly explode when multiple user_ids were set in... (diff)
downloadsynapse-f90cf150e2b51124bb6848980394c4368e0de73a.tar.xz
Bump version and changelog
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"