summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-06 14:23:41 +0000
committerErik Johnston <erik@matrix.org>2015-03-06 14:23:41 +0000
commitc54773473f26ff2c56b4f8ac3e428077757a9724 (patch)
tree1df40ba03f5b996ad44a3710ba7efa991747a642 /synapse/__init__.py
parentMerge pull request #96 from matrix-org/pushrules2 (diff)
parentMerge pull request #98 from matrix-org/hotfixes-v0.7.1-r4 (diff)
downloadsynapse-c54773473f26ff2c56b4f8ac3e428077757a9724.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 f8ec4b0459..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-r1"
+__version__ = "0.7.1-r4"