summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-21 17:16:10 +0100
committerErik Johnston <erik@matrix.org>2015-05-21 17:16:10 +0100
commit51f5d36f4fcb9b5bd3b1afbf2dcb9d823f2cf84a (patch)
treea44a6260e7b7f5622785d615a46184e19d21d2ca /synapse/__init__.py
parentMerge branch 'hotfixes-v0.9.0-r4' of github.com:matrix-org/synapse (diff)
parentBump version (diff)
downloadsynapse-51f5d36f4fcb9b5bd3b1afbf2dcb9d823f2cf84a.tar.xz
Merge branch 'hotfixes-v0.9.0-r5' of github.com:matrix-org/synapse
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 041e2151b0..68f86138a4 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-r4"
+__version__ = "0.9.0-r5"