diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-04 15:58:24 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-04 15:58:24 +0000 |
commit | c5c32266d8f47d1b09d8120ba627529f03e94622 (patch) | |
tree | e43dba2a184ae95ddaa9ac23126a3fdfa738daca /synapse/__init__.py | |
parent | Convert rest and handlers to use new event structure (diff) | |
parent | @log_function on PresenceStream's get_new_events_for_user() (diff) | |
download | synapse-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__.py | 2 |
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" |