diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-04-26 15:51:39 +0100 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-04-26 15:51:39 +0100 |
commit | 28dd536e80167677ce45bd8eeee95c6ff6eff66f (patch) | |
tree | 009b391f594c1b23cb2b267d6cd77a40c32b0be7 /synapse | |
parent | Merge branch 'develop' of https://github.com/matrix-org/synapse into release-... (diff) | |
download | synapse-28dd536e80167677ce45bd8eeee95c6ff6eff66f.tar.xz |
update changelog and bump version to 0.28.0 v0.28.0 github/release-v0.28.0-rc1 release-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 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" |