summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-09-25 11:01:31 +0100
committerErik Johnston <erik@matrix.org>2017-09-25 11:01:31 +0100
commitba8fdc925c0d6271d339be8fc27ef3a15a3f01c0 (patch)
tree8119e1e80cf1e60cdb0725807e0275532fab9a3a /synapse/__init__.py
parentFix logcontxt leak in keyclient (#2465) (diff)
downloadsynapse-ba8fdc925c0d6271d339be8fc27ef3a15a3f01c0.tar.xz
Bump version and changes
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 dbf22eca00..30f78c11d1 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.22.1"
+__version__ = "0.23.0-rc1"