summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-08-22 17:16:50 +0100
committerErik Johnston <erik@matrix.org>2016-08-22 18:26:07 +0100
commit14047126d854cd557031f3e8fed0cd67bfa1f914 (patch)
treeae73a316c6ed0af9d5ca1f2fff1663be497f6763 /synapse/__init__.py
parentMerge pull request #1028 from matrix-org/dbkr/notifications_api (diff)
downloadsynapse-14047126d854cd557031f3e8fed0cd67bfa1f914.tar.xz
Bump changelog and version v0.17.1-rc1
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 a63ee565cf..f80107aebe 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"
+__version__ = "0.17.1-rc1"