diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-13 12:14:57 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-13 12:14:57 +0100 |
commit | eb53439c4a4fbfc8714a187f3491a3bac584eae5 (patch) | |
tree | 76819ae12bd81f1b1b5c474ea8c5609c9a568995 /synapse/__init__.py | |
parent | Merge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse (diff) | |
parent | Bump version and Change log (diff) | |
download | synapse-eb53439c4a4fbfc8714a187f3491a3bac584eae5.tar.xz |
Merge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse
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 1fa2de5268..0c1c16b9a4 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.3" +__version__ = "0.27.4" |