summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2015-02-04 23:53:45 +0000
committerMatthew Hodgson <matthew@arasphere.net>2015-02-04 23:53:45 +0000
commitd60658c2db4b81ef52c76cacf8ca9c3b8d9fdf96 (patch)
treedbd56128586ce73a7b320fe0cf821139fb16890f /synapse/__init__.py
parentRevert "Pull in python_dependencies.py from develop" (diff)
parentVer bump (diff)
downloadsynapse-d60658c2db4b81ef52c76cacf8ca9c3b8d9fdf96.tar.xz
Merge pull request #48 from matrix-org/hotfixes-v0.6.1e
Hotfixes v0.6.1e
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 dacda89865..d3f1c33d3a 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.1d"
+__version__ = "0.6.1e"