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:07:39 +0100
committerErik Johnston <erik@matrix.org>2016-09-09 11:07:39 +0100
commit66efcbbff1c9f85a9bc003513af45ea513264abb (patch)
tree4a8cc3cf739ea2be7b5dd126a6076e7b0f31336b /synapse/__init__.py
parentReduce batch size to be under SQL limit (diff)
downloadsynapse-66efcbbff1c9f85a9bc003513af45ea513264abb.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 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"