summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-06-11 16:08:48 +0100
committerErik Johnston <erik@matrix.org>2015-06-11 16:08:48 +0100
commit295b400d5776a291d842718796ac315f56425e1d (patch)
treedbb3d376fbdea3df2e5dcf111905edf17854155f /synapse/__init__.py
parentCatch any exceptions in the pusher loop. Use a lower timeout for pushers so w... (diff)
parentUpdate change log (diff)
downloadsynapse-295b400d5776a291d842718796ac315f56425e1d.tar.xz
Merge branch 'release-v0.9.2' into develop
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 4720d99848..e6088dc6cc 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.1"
+__version__ = "0.9.2"