summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-10 16:39:05 +0000
committerErik Johnston <erik@matrix.org>2015-02-10 16:39:05 +0000
commit771892b3144e5a45739a097f818e71a7ce5d8ce2 (patch)
treeeeafc4bcd6029745d2ed59832e7a606e7874ee25 /synapse/__init__.py
parentPin the twisted version so that it doesn't pull in twisted 15. (diff)
parentBump version (diff)
downloadsynapse-771892b3144e5a45739a097f818e71a7ce5d8ce2.tar.xz
Merge pull request #59 from matrix-org/hotfixes-v0.6.1f v0.6.1f
Hotfixes v0.6.1f
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 d3f1c33d3a..329138734a 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.1e"
+__version__ = "0.6.1f"