summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-10-02 13:51:38 +0100
committerErik Johnston <erik@matrix.org>2017-10-02 13:51:38 +0100
commite4a709eda3a21de41a2e6921674bb65b89f212a2 (patch)
tree1b760d12bc883273a628d3cee2b9447dec62c93f /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.23.0 (diff)
downloadsynapse-e4a709eda3a21de41a2e6921674bb65b89f212a2.tar.xz
Bump version and change log release-v0.23.0
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 ec83e6adb7..97d6c4094d 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-rc2"
+__version__ = "0.23.0"