summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-22 17:03:37 +0100
committerErik Johnston <erik@matrix.org>2015-05-22 17:03:37 +0100
commit27e093cbc1bc50f597119c132596ccb12c219ee4 (patch)
tree569abe8ac532bc1eca448e1d938128fd252e2b8e /synapse/__init__.py
parentMerge pull request #163 from matrix-org/markjh/presence_list_cache (diff)
downloadsynapse-27e093cbc1bc50f597119c132596ccb12c219ee4.tar.xz
Bump 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 68f86138a4..4720d99848 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.9.0-r5"
+__version__ = "0.9.1"