diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-01-05 13:58:19 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-01-05 13:58:19 +0000 |
commit | bd85434cb398a8272a1276574db4d28dc76f7f3f (patch) | |
tree | bbecac7c1e86ba5a863f1a36fb7f9d9a1a9c6d7d /synapse/__init__.py | |
parent | Merge branch 'release-v0.18.6' into develop (diff) | |
parent | Fix flake8 and update changelog (diff) | |
download | synapse-bd85434cb398a8272a1276574db4d28dc76f7f3f.tar.xz |
Merge branch 'release-v0.18.6' 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 fbb2bb57b0..a1da92ef92 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.18.6-rc2" +__version__ = "0.18.6-rc3" |