diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-27 17:16:24 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-27 17:16:24 +0000 |
commit | 5e26f6f3ae12d343bd2e1ba9b1b27fc1f7991fde (patch) | |
tree | 288cb19c083b7bc8c7d6ca4b5eed2f8484421bbf /synapse/__init__.py | |
parent | Add a workaround for bug where some initial join events don't reference creat... (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-5e26f6f3ae12d343bd2e1ba9b1b27fc1f7991fde.tar.xz |
Merge branch 'release-v0.5.3' of github.com:matrix-org/synapse v0.5.3
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" |