summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-05-01 18:22:53 +0100
committerGitHub <noreply@github.com>2018-05-01 18:22:53 +0100
commit8570bb84ccba5c7e53161e445d13e3aaffbcab1b (patch)
treef5ca5638b3373075be8a313847a8e587431a9497
parentMerge commit '33f469b' into release-v0.28.1 (diff)
downloadsynapse-8570bb84ccba5c7e53161e445d13e3aaffbcab1b.tar.xz
Update __init__.py
bump version
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 4924f44d4e..f31cb9a3cb 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"
+__version__ = "0.28.1"