summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-08 16:13:15 +0100
committerErik Johnston <erik@matrix.org>2015-05-08 16:13:15 +0100
commit37feb4031f74377966b32842326b49525d07f36e (patch)
treec1a7de9b52d3d1344c16dd5be4a4a0ca0e590211 /synapse/__init__.py
parentMerge branch 'hotfixes-v0.9.0-r1' of github.com:matrix-org/synapse (diff)
parentBump version (diff)
downloadsynapse-37feb4031f74377966b32842326b49525d07f36e.tar.xz
Merge branch 'hotfixes-v0.9.0-r2' of github.com:matrix-org/synapse v0.9.0-r2
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 18b8ff7759..bde6f7777a 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-r1"
+__version__ = "0.9.0-r2"