summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-27 17:15:32 +0000
committerErik Johnston <erik@matrix.org>2014-11-27 17:15:32 +0000
commitcce32f8dc54cfbda5670c91d36477faedd3b9cc9 (patch)
tree288cb19c083b7bc8c7d6ca4b5eed2f8484421bbf /synapse/__init__.py
parentDon't return outliers when we get recent events for rooms. (diff)
downloadsynapse-cce32f8dc54cfbda5670c91d36477faedd3b9cc9.tar.xz
Bump version and changelog
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 d5c2f25484..c99cd96537 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.2"
+__version__ = "0.5.3"