summary refs log tree commit diff
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
parentMake 'affinity' package optional (diff)
downloadsynapse-6c1bb1601e43c89637ae5bd8720c255646ca8141.tar.xz
Bump version and changelog v0.23.1
-rw-r--r--CHANGES.rst8
-rw-r--r--synapse/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index 4be6604ddd..f1529e79bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -1,3 +1,11 @@ +Changes in synapse v0.23.1 (2017-10-02) +======================================= + +Changes: + +* Make 'affinity' package optional, as it is not supported on some platforms + + Changes in synapse v0.23.0 (2017-10-02) ======================================= 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"