diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-26 21:41:55 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-26 21:41:55 +0100 |
commit | 9b8c0fb16269b0840ba2384cdb59ea3ff1190d0b (patch) | |
tree | 3b2188440c3ad8568ec9a888fab2aebb11959da1 /synapse | |
parent | fix typo (diff) | |
parent | Merge branch 'release-v0.27.0' of github.com:matrix-org/synapse (diff) | |
download | synapse-9b8c0fb16269b0840ba2384cdb59ea3ff1190d0b.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse')
-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 71b409ba8b..a9d5198aba 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.27.0-rc2" +__version__ = "0.27.2" |