diff options
author | Erik Johnston <erik@matrix.org> | 2017-10-02 18:05:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-10-02 18:05:17 +0100 |
commit | 6c1bb1601e43c89637ae5bd8720c255646ca8141 (patch) | |
tree | aa62cb90d63d3bc630b1034fa2101be9a8e2a7ee /synapse/__init__.py | |
parent | Make 'affinity' package optional (diff) | |
download | synapse-6c1bb1601e43c89637ae5bd8720c255646ca8141.tar.xz |
Bump version and changelog v0.23.1
Diffstat (limited to 'synapse/__init__.py')
-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 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" |