summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-04-24 15:33:22 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-04-24 15:33:22 +0100
commit2c3e995f38a411647ca08ae2959add577041ca97 (patch)
treeb409baa4722f9cccae3063e9e59361b5e018024a /synapse
parentMerge pull request #3118 from matrix-org/rav/reject_prev_events (diff)
downloadsynapse-2c3e995f38a411647ca08ae2959add577041ca97.tar.xz
Bump version and update changelog v0.28.0-rc1
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"