summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-09-08 15:23:44 +0100
committerErik Johnston <erik@matrix.org>2016-09-08 15:23:44 +0100
commitb152ee71fec06cc52842e19249ff4db849f99d38 (patch)
tree3d1fe71fc6a53ea65981f814facd80d79d99bf68 /synapse/__init__.py
parentMention get_pdu bug (diff)
downloadsynapse-b152ee71fec06cc52842e19249ff4db849f99d38.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 ad2ec58ea4..523deaa5ff 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.2-rc1"
+__version__ = "0.17.2"