diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-09 17:25:57 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-09 17:25:57 +0100 |
commit | 5232d3bfb1168a00c136c62359bad4f0fbec0ae2 (patch) | |
tree | a273093fb715142bf24a64d5eae643bb4c593d81 | |
parent | Merge branch 'develop' of https://github.com/matrix-org/synapse into release-... (diff) | |
download | synapse-5232d3bfb1168a00c136c62359bad4f0fbec0ae2.tar.xz |
version bump v0.27.3-rc2
-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 354415e5c6..7f6090baf8 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-rc1" +__version__ = "0.27.3-rc2" |