diff options
author | Erik Johnston <erik@matrix.org> | 2016-08-08 11:31:12 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-08-08 11:31:12 +0100 |
commit | 27fe3e2d4f415bc2e5ac0414ec7169c237930a6f (patch) | |
tree | bc14ca6989f334d8bdfe8099e4f37e0cf0dc6cb7 /synapse/__init__.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 (diff) | |
download | synapse-27fe3e2d4f415bc2e5ac0414ec7169c237930a6f.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 67ea8a8a9d..a63ee565cf 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.0-rc4" +__version__ = "0.17.0" |