summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-04-26 15:51:39 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-04-26 15:51:39 +0100
commit28dd536e80167677ce45bd8eeee95c6ff6eff66f (patch)
tree009b391f594c1b23cb2b267d6cd77a40c32b0be7 /synapse/__init__.py
parentMerge branch 'develop' of https://github.com/matrix-org/synapse into release-... (diff)
downloadsynapse-release-v0.28.0-rc1.tar.xz
update changelog and bump version to 0.28.0 v0.28.0 release-v0.28.0-rc1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 2b2c440eb8..4924f44d4e 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.28.0-rc1"
+__version__ = "0.28.0"