summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-11-20 16:35:01 +0000
committerErik Johnston <erik@matrix.org>2015-11-20 16:35:01 +0000
commit2c1bc4392fd29c70cc174d3e396847385c82c9fa (patch)
treeca858a807e23e6a707d3e6ad533e8facdbcb5460 /synapse/__init__.py
parentMerge pull request #394 from matrix-org/erikj/search (diff)
downloadsynapse-2c1bc4392fd29c70cc174d3e396847385c82c9fa.tar.xz
Bump changes 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 7ff37edf2c..3e7e26bf60 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-r2"
+__version__ = "0.11.1"