summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-11 10:19:36 +0000
committerErik Johnston <erik@matrix.org>2015-02-11 10:20:43 +0000
commit8c83cc471bb65494dd62aeb6055f64088ac99bdd (patch)
tree853fc05aaa43539404f957e69f41c3499f604cc6 /synapse/__init__.py
parentMerge pull request #60 from matrix-org/single_source_version_and_dependencies (diff)
parentMerge pull request #59 from matrix-org/hotfixes-v0.6.1f (diff)
downloadsynapse-8c83cc471bb65494dd62aeb6055f64088ac99bdd.tar.xz
Merge branch 'master' 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 012425fa60..8fe8df4edb 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.1d"
+__version__ = "0.6.1f"