summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-30 16:37:40 +0100
committerErik Johnston <erik@matrix.org>2017-03-30 16:37:40 +0100
commit9ff4e0e91bc877b05dc06b69f60fc031fe8dcaac (patch)
tree7b66de923da19f5e9f2f8fc803d666e69fdccab1 /synapse/__init__.py
parentMerge pull request #2079 from matrix-org/erikj/push_regex_cache (diff)
downloadsynapse-9ff4e0e91bc877b05dc06b69f60fc031fe8dcaac.tar.xz
Bump version and changelog v0.20.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 7628e7c505..580927abf4 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.19.3"
+__version__ = "0.20.0-rc1"