summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-08-24 14:31:13 +0100
committerErik Johnston <erik@matrix.org>2016-08-24 14:31:13 +0100
commit60a015550aa8eedd8540d803fd3abba7bd45bc68 (patch)
tree1c843a49d3d5168ff998a54f50d30cdc3814f104 /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.1 (diff)
downloadsynapse-60a015550aa8eedd8540d803fd3abba7bd45bc68.tar.xz
Bump changelog and version
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 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"