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:00:47 +0000
committerErik Johnston <erik@matrix.org>2015-01-13 10:00:47 +0000
commitb1a38c39add2fa6575ecb96072f3c5e556e96666 (patch)
tree5e676a57a9cdd797c5c26c20a071bd8623761bb2 /synapse/__init__.py
parentMerge branch 'hotfixes-v0.6.1' (diff)
parentBump version (diff)
downloadsynapse-b1a38c39add2fa6575ecb96072f3c5e556e96666.tar.xz
Merge branch 'hotfixes-v0.6.1b' of github.com:matrix-org/synapse v0.6.1b
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 2195ad3177..e7e27b06ec 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.1a"
+__version__ = "0.6.1b"