summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-01-13 10:01:22 +0000
committerErik Johnston <erik@matrix.org>2015-01-13 10:01:22 +0000
commit38e3241eb78d365e8264120574bc5970cfd5a326 (patch)
treef28cd87265be9df0d7bdc0b16b2645b8f9cd5657 /synapse/__init__.py
parentUse float rather than integer divisions to turn msec into sec - so timeouts u... (diff)
parentBump version (diff)
downloadsynapse-38e3241eb78d365e8264120574bc5970cfd5a326.tar.xz
Merge branch 'hotfixes-v0.6.1b' of github.com:matrix-org/synapse 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 4d5d70d265..895a0766d2 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.6.1a"
+__version__ = "0.6.1b"