summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-10-23 13:18:12 +0100
committerErik Johnston <erik@matrix.org>2017-10-23 13:18:12 +0100
commit1de557975f126b96dc65db0a12544c34429632dd (patch)
tree42b73375a5136e34c1cb52be578aa113b2589673 /synapse
parentMerge pull request #2560 from matrix-org/rav/kill_pointless_method (diff)
parentMerge branch 'release-v0.24.0' of github.com:matrix-org/synapse (diff)
downloadsynapse-1de557975f126b96dc65db0a12544c34429632dd.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index bee4aba625..c867d1cfd8 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.23.1"
+__version__ = "0.24.0"