diff options
author | Erik Johnston <erik@matrix.org> | 2016-08-05 11:16:54 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-08-05 11:16:54 +0100 |
commit | b2c290a6e5e7eb97c6f59ce3b9d1544970232c7b (patch) | |
tree | 80565228eaf5ad648df2eb9238ddb63e7c9535c2 /synapse/__init__.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 (diff) | |
download | synapse-b2c290a6e5e7eb97c6f59ce3b9d1544970232c7b.tar.xz |
Bump version and changelog
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 67231e8d97..67ea8a8a9d 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-rc3" +__version__ = "0.17.0-rc4" |