summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-01-11 11:23:40 +0000
committerErik Johnston <erik@matrix.org>2018-01-11 11:23:40 +0000
commit07ab948c38bd6ace4b648d98ef383c006003047b (patch)
tree59833960299618a89ef6c480a6cd7349a339ca25 /synapse
parentMerge pull request #2773 from matrix-org/erikj/hash_bg (diff)
parentMerge branch 'release-v0.26.0' of github.com:matrix-org/synapse (diff)
downloadsynapse-07ab948c38bd6ace4b648d98ef383c006003047b.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 8c3d7a210a..ef8853bd24 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.25.1"
+__version__ = "0.26.0"