summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-04-17 15:16:27 +0100
committerErik Johnston <erik@matrix.org>2015-04-17 15:16:27 +0100
commit231498ac45d3a3ae784a7712ed4085aa42d6dd0a (patch)
treed8e95d7f4cf7d16e0b51b114de9af69284630412 /synapse
parentMerge pull request #119 from matrix-org/hotfixes-v0.8.1-r3 (diff)
parentThe new parameter to urlopen is "context" not "ctx" (diff)
downloadsynapse-231498ac45d3a3ae784a7712ed4085aa42d6dd0a.tar.xz
Merge pull request #124 from matrix-org/hotfixes-v0.8.1-r4 v0.8.1-r4
Hotfixes v0.8.1-r4
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index fd87c7e2d0..56c10a84e9 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.8.1-r3"
+__version__ = "0.8.1-r4"