summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-08-05 11:16:54 +0100
committerErik Johnston <erik@matrix.org>2016-08-05 11:16:54 +0100
commitb2c290a6e5e7eb97c6f59ce3b9d1544970232c7b (patch)
tree80565228eaf5ad648df2eb9238ddb63e7c9535c2 /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 (diff)
downloadsynapse-b2c290a6e5e7eb97c6f59ce3b9d1544970232c7b.tar.xz
Bump version and changelog
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
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"