diff options
author | Erik Johnston <erik@matrix.org> | 2016-08-02 17:10:26 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-08-02 17:10:26 +0100 |
commit | 49e047c55ed76977afb2ee227d6052ed28166983 (patch) | |
tree | ef8574602adf71095a34bce48a98b9d2da2e7fbd /synapse | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 (diff) | |
download | synapse-49e047c55ed76977afb2ee227d6052ed28166983.tar.xz |
Bump version and changelog v0.17.0-rc3
Diffstat (limited to 'synapse')
-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 9899944977..67231e8d97 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-rc2" +__version__ = "0.17.0-rc3" |