summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-11-19 13:09:48 +0000
committerErik Johnston <erik@matrix.org>2015-11-19 13:09:48 +0000
commit5fcef78c6a03ab2973e905c5b7e974ac64b9fdbf (patch)
tree651d23f4fe9e3e94549d3b5e94f0127d8166698d /synapse/__init__.py
parentMerge branch 'erikj/fix_port_script' into hotfixes-v0.11.0-r2 (diff)
downloadsynapse-5fcef78c6a03ab2973e905c5b7e974ac64b9fdbf.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 5a83f5f3ec..7ff37edf2c 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-r1"
+__version__ = "0.11.0-r2"