diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-26 16:36:53 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-26 16:36:53 +0100 |
commit | a9d7d98d3f87cc20d94c9cc4ee9285e6a2dddb2c (patch) | |
tree | c6a2ad8ff93f4b99ce4a00bc395d5fcc50651477 /synapse | |
parent | Merge branch 'erikj/simplejson_replication' of github.com:matrix-org/synapse ... (diff) | |
download | synapse-a9d7d98d3f87cc20d94c9cc4ee9285e6a2dddb2c.tar.xz |
Bum version and changelog
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 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" |