summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-02 13:09:48 +0000
committerErik Johnston <erik@matrix.org>2015-02-02 13:09:48 +0000
commitbcb8d2fe548e85559246dd15a659839f6713cbd1 (patch)
tree71754c792a544d5e18e58c52fac32109b27cd589 /synapse/__init__.py
parentAdd matrix.org as a trusted ID server because it's now passed through on port... (diff)
parentUse >= for version of webclient (diff)
downloadsynapse-bcb8d2fe548e85559246dd15a659839f6713cbd1.tar.xz
Merge branch 'hotfixes-v0.6.1c' of github.com:matrix-org/synapse v0.6.1c
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 e7e27b06ec..fdfe5eda3e 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a synapse home server.
 """
 
-__version__ = "0.6.1b"
+__version__ = "0.6.1c"