diff options
author | Erik Johnston <erik@matrix.org> | 2015-01-13 10:01:22 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-01-13 10:01:22 +0000 |
commit | 38e3241eb78d365e8264120574bc5970cfd5a326 (patch) | |
tree | f28cd87265be9df0d7bdc0b16b2645b8f9cd5657 /synapse/__init__.py | |
parent | Use float rather than integer divisions to turn msec into sec - so timeouts u... (diff) | |
parent | Bump version (diff) | |
download | synapse-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__.py | 2 |
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" |