summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-13 16:19:32 +0000
committerErik Johnston <erik@matrix.org>2015-02-13 16:19:32 +0000
commitd502013c6e3595c6578494c2a4523341e034cea3 (patch)
tree4d82a57c656ac2aba42a079d5d1fc1f4acb6f1f4 /synapse/__init__.py
parentBump version (diff)
parentBump version (diff)
downloadsynapse-d502013c6e3595c6578494c2a4523341e034cea3.tar.xz
Merge branch 'hotfixes-0.7.0e' of github.com:matrix-org/synapse v0.7.0e
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 7ba21cd247..1a02aefe26 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.7.0d"
+__version__ = "0.7.0e"