diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-13 12:08:19 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-13 12:08:19 +0100 |
commit | 51d628d28dda540d71ac147f3a11b6a559f7bf8d (patch) | |
tree | e9d8790b4f7c44b4fb1550f1e815fec4b3cd6874 /synapse/__init__.py | |
parent | Merge pull request #3095 from matrix-org/rav/bump_canonical_json (diff) | |
download | synapse-51d628d28dda540d71ac147f3a11b6a559f7bf8d.tar.xz |
Bump version and Change log v0.27.4 github/release-v0.27.0 release-v0.27.0
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" |