diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-15 23:57:26 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-15 23:57:26 +0000 |
commit | ba48755d56ba134590f7b5dcb5da44371639fc4c (patch) | |
tree | c523c03ec6f936c24ca55888bd18741699f5084a /synapse | |
parent | Replace ujson with simplejson (diff) | |
download | synapse-ba48755d56ba134590f7b5dcb5da44371639fc4c.tar.xz |
Bump version and changelog
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/__init__.py | 2 |
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" |