summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-13 18:04:37 +0000
committerErik Johnston <erik@matrix.org>2014-12-13 18:04:37 +0000
commiteea58b80766d8ba6afb6e7805ec13afcfab9dea0 (patch)
tree48bb4095ebb9664d5d35b304f63b78da06c3c790 /synapse/__init__.py
parentFix bug while generating the error message when a file path specified in the ... (diff)
downloadsynapse-eea58b80766d8ba6afb6e7805ec13afcfab9dea0.tar.xz
Bump version and change log
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 723e15d506..7e49e1fd08 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.4"
+__version__ = "0.5.4a"