summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-06-11 15:49:19 +0100
committerErik Johnston <erik@matrix.org>2015-06-11 15:49:19 +0100
commit2d41dc0069f62b475824811e2cb75067750b43a4 (patch)
tree8814407b6be6ac0c9c600792f257c3b3e63fa722 /synapse/__init__.py
parentCatch any exceptions in the pusher loop. Use a lower timeout for pushers so w... (diff)
downloadsynapse-2d41dc0069f62b475824811e2cb75067750b43a4.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 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"