summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-03-15 23:57:26 +0000
committerErik Johnston <erik@matrix.org>2018-03-15 23:57:26 +0000
commitba48755d56ba134590f7b5dcb5da44371639fc4c (patch)
treec523c03ec6f936c24ca55888bd18741699f5084a /synapse
parentReplace ujson with simplejson (diff)
downloadsynapse-ba48755d56ba134590f7b5dcb5da44371639fc4c.tar.xz
Bump version and changelog
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 ef8853bd24..80efad3a65 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.26.0"
+__version__ = "0.26.1"