summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-05-08 11:07:54 +0100
committerErik Johnston <erik@matrix.org>2017-05-08 11:07:54 +0100
commit9ac98197bb88d3ec85fe586b2f483a86e19f6206 (patch)
treea18d46a0b49f6bfa1e5fda14a7bd1dc8f8bf7667 /synapse/__init__.py
parentMerge pull request #2192 from matrix-org/kegan/simple-http-client-timeouts (diff)
downloadsynapse-9ac98197bb88d3ec85fe586b2f483a86e19f6206.tar.xz
Bump version and changelog v0.21.0-rc1
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 2e5f4e0ead..500739b9a0 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.20.0"
+__version__ = "0.21.0-rc1"