summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-03 18:01:47 +0000
committerErik Johnston <erik@matrix.org>2014-12-03 18:01:47 +0000
commit797193283ef603c93a081edb230f1fadff23f0de (patch)
tree6cfacc683f68a9e9748058335c36e8ee2fa7f83d /synapse/__init__.py
parentFix bug where did not always resolve all the deferreds in _attempt_new_transa... (diff)
downloadsynapse-797193283ef603c93a081edb230f1fadff23f0de.tar.xz
Bump changes and version
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 0b43932305..723e15d506 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.5.3c"
+__version__ = "0.5.4"