diff options
author | Erik Johnston <erikj@jki.re> | 2017-06-15 13:24:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 13:24:16 +0100 |
commit | 24df57679521925a16595423d0b37db58668dcd7 (patch) | |
tree | 622f89499facd34cd020537659c1e381a8b2533a /synapse/__init__.py | |
parent | Merge branch 'release-v0.21.0' of github.com:matrix-org/synapse (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-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__.py | 2 |
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" |