diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-24 15:33:22 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-24 15:33:22 +0100 |
commit | 2c3e995f38a411647ca08ae2959add577041ca97 (patch) | |
tree | b409baa4722f9cccae3063e9e59361b5e018024a /synapse | |
parent | Merge pull request #3118 from matrix-org/rav/reject_prev_events (diff) | |
download | synapse-2c3e995f38a411647ca08ae2959add577041ca97.tar.xz |
Bump version and update changelog v0.28.0-rc1
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 0c1c16b9a4..2b2c440eb8 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.4" +__version__ = "0.28.0-rc1" |