summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-09-09 11:15:40 +0100
committerErik Johnston <erik@matrix.org>2016-09-09 11:15:40 +0100
commit1fe7ca1362a0df3ebec55c6d32106f1c2938d71b (patch)
tree61a85ae4cc2d86829f9e506d670701154796f8cf /synapse/__init__.py
parentUpdate last_device_stream_id_by_dest if there is nothing to send (diff)
parentBump changelog and version (diff)
downloadsynapse-1fe7ca1362a0df3ebec55c6d32106f1c2938d71b.tar.xz
Merge branch 'release-v0.17.3' of github.com:matrix-org/synapse into develop
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 523deaa5ff..b778cd65c9 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"
+__version__ = "0.17.3"