diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-26 16:19:38 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-26 16:20:24 +0100 |
commit | 91878620027d17b478ca678482f501d3cfb2edaf (patch) | |
tree | e2d3054dd46d35cc7a043c63d9ee7de5d503a64e /synapse/__init__.py | |
parent | Merge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse (diff) | |
download | synapse-91878620027d17b478ca678482f501d3cfb2edaf.tar.xz |
Bump version and changelog
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 70a0297052..2cb6ef4652 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" +__version__ = "0.27.1" |