diff options
author | Erik Johnston <erik@matrix.org> | 2016-08-24 14:31:13 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-08-24 14:31:13 +0100 |
commit | 60a015550aa8eedd8540d803fd3abba7bd45bc68 (patch) | |
tree | 1c843a49d3d5168ff998a54f50d30cdc3814f104 /synapse/__init__.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.1 (diff) | |
download | synapse-60a015550aa8eedd8540d803fd3abba7bd45bc68.tar.xz |
Bump changelog and version
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 f80107aebe..43bf78f885 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.17.1-rc1" +__version__ = "0.17.1" |