diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-26 16:38:23 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-26 16:38:23 +0100 |
commit | 691f8492fb882d4e270993743ff928328a8e97e9 (patch) | |
tree | c6a2ad8ff93f4b99ce4a00bc395d5fcc50651477 /synapse/__init__.py | |
parent | Fix date (diff) | |
parent | Bum version and changelog (diff) | |
download | synapse-691f8492fb882d4e270993743ff928328a8e97e9.tar.xz |
Merge branch 'release-v0.27.0' of github.com:matrix-org/synapse v0.27.2
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 2cb6ef4652..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.1" +__version__ = "0.27.2" |