summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-08-02 15:43:52 +0100
committerErik Johnston <erik@matrix.org>2016-08-02 15:43:52 +0100
commit8f650bd3381d8dbf9a41d2c09a37a036ba944724 (patch)
tree2a8b6219a20a8336d50122d71da8efea42551298 /synapse/__init__.py
parentAdd authors to changelog (diff)
downloadsynapse-8f650bd3381d8dbf9a41d2c09a37a036ba944724.tar.xz
Bump changeog 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 8f0176e182..9899944977 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-rc1"
+__version__ = "0.17.0-rc2"