summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-04-24 13:56:12 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-04-24 13:56:12 +0100
commit08b29d45749d1944965e8d203155a4ea45a15423 (patch)
treefa79c283f1ae7071ac75c04a50cc16b83fc12fc5 /synapse
parentMerge pull request #3118 from matrix-org/rav/reject_prev_events (diff)
downloadsynapse-08b29d45749d1944965e8d203155a4ea45a15423.tar.xz
Bump version and update changelog
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
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"