summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-10-02 18:05:17 +0100
committerErik Johnston <erik@matrix.org>2017-10-02 18:05:17 +0100
commit6c1bb1601e43c89637ae5bd8720c255646ca8141 (patch)
treeaa62cb90d63d3bc630b1034fa2101be9a8e2a7ee /synapse
parentMake 'affinity' package optional (diff)
downloadsynapse-6c1bb1601e43c89637ae5bd8720c255646ca8141.tar.xz
Bump version and changelog v0.23.1
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 97d6c4094d..bee4aba625 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.0" +__version__ = "0.23.1"