diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-27 17:17:15 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-27 17:17:15 +0000 |
commit | d160873886adcaf3f85d7f1270c294cd7b831b60 (patch) | |
tree | 288cb19c083b7bc8c7d6ca4b5eed2f8484421bbf /synapse/__init__.py | |
parent | Don't return outliers when we get recent events for rooms. (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-d160873886adcaf3f85d7f1270c294cd7b831b60.tar.xz |
Merge branch 'release-v0.5.3' of github.com:matrix-org/synapse into develop
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 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" |