summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-06-15 13:24:16 +0100
committerGitHub <noreply@github.com>2017-06-15 13:24:16 +0100
commit24df57679521925a16595423d0b37db58668dcd7 (patch)
tree622f89499facd34cd020537659c1e381a8b2533a /synapse/__init__.py
parentMerge branch 'release-v0.21.0' of github.com:matrix-org/synapse (diff)
parentBump version and changelog (diff)
downloadsynapse-24df57679521925a16595423d0b37db58668dcd7.tar.xz
Merge pull request #2282 from matrix-org/release-v0.21.1 v0.21.1
Release v0.21.1
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 2a40bab3f0..9df7d18993 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.21.0"
+__version__ = "0.21.1"