summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-03 14:50:36 +0000
committerErik Johnston <erik@matrix.org>2015-03-03 14:50:36 +0000
commitabbee6b29be80a77e05730707602f3bbfc3f38cb (patch)
treeb7c5f5949a76017236595618bb5dceac6b2775a9 /synapse/__init__.py
parentMerge pull request #97 from matrix-org/hotfixes-v0.7.1-r3 (diff)
parentBump version (diff)
downloadsynapse-abbee6b29be80a77e05730707602f3bbfc3f38cb.tar.xz
Merge pull request #98 from matrix-org/hotfixes-v0.7.1-r4 v0.7.1-r4
Hotfixes v0.7.1 r4
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 f78a67454d..74c5584a1a 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.1-r3"
+__version__ = "0.7.1-r4"