diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-22 10:33:00 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-22 10:33:00 +0100 |
commit | 4429e720ae2abb64a8bb58a6b8fa9b01c53429a3 (patch) | |
tree | a4ff9a599d7840541949e5fcc5f74ac26b0695e3 /synapse/__init__.py | |
parent | Oops, get_rooms_for_user returns a namedtuple, not a room_id (diff) | |
parent | Changelog (diff) | |
download | synapse-4429e720ae2abb64a8bb58a6b8fa9b01c53429a3.tar.xz |
Merge branch 'master' 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 041e2151b0..68f86138a4 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.9.0-r4" +__version__ = "0.9.0-r5" |