diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-11 16:08:48 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-11 16:08:48 +0100 |
commit | 295b400d5776a291d842718796ac315f56425e1d (patch) | |
tree | dbb3d376fbdea3df2e5dcf111905edf17854155f /synapse/__init__.py | |
parent | Catch any exceptions in the pusher loop. Use a lower timeout for pushers so w... (diff) | |
parent | Update change log (diff) | |
download | synapse-295b400d5776a291d842718796ac315f56425e1d.tar.xz |
Merge branch 'release-v0.9.2' into develop
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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" |