diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-24 13:56:12 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-24 13:56:12 +0100 |
commit | 08b29d45749d1944965e8d203155a4ea45a15423 (patch) | |
tree | fa79c283f1ae7071ac75c04a50cc16b83fc12fc5 /synapse | |
parent | Merge pull request #3118 from matrix-org/rav/reject_prev_events (diff) | |
download | synapse-08b29d45749d1944965e8d203155a4ea45a15423.tar.xz |
Bump version and update changelog
Diffstat (limited to '')
-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" |