summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-04 15:58:24 +0000
committerErik Johnston <erik@matrix.org>2014-12-04 15:58:24 +0000
commitc5c32266d8f47d1b09d8120ba627529f03e94622 (patch)
treee43dba2a184ae95ddaa9ac23126a3fdfa738daca /synapse/__init__.py
parentConvert rest and handlers to use new event structure (diff)
parent@log_function on PresenceStream's get_new_events_for_user() (diff)
downloadsynapse-c5c32266d8f47d1b09d8120ba627529f03e94622.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor
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"