summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-11-17 18:48:32 +0000
committerErik Johnston <erik@matrix.org>2015-11-17 18:48:32 +0000
commitcf844e2ad64a7b71d45c467f33cef7b3c1a76d70 (patch)
treefbf49dcbd8d914d285244327eacc20a77fba0527 /synapse/__init__.py
parentUpdate tests (diff)
downloadsynapse-cf844e2ad64a7b71d45c467f33cef7b3c1a76d70.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 f0eac97bab..5a83f5f3ec 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.11.0"
+__version__ = "0.11.0-r1"