summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-10-02 18:11:24 +0100
committerErik Johnston <erik@matrix.org>2017-10-02 18:11:24 +0100
commite585c83209349d2d6e679cccc9f916edd2df1728 (patch)
tree4b54914df6bfee4cfcf0a0dcbe4b2393d8f0ea4f /synapse/__init__.py
parentMerge branch 'master' of github.com:matrix-org/synapse into develop (diff)
parentBump version and changelog (diff)
downloadsynapse-e585c83209349d2d6e679cccc9f916edd2df1728.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'synapse/__init__.py')
-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"