summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-07-04 14:02:21 +0100
committerErik Johnston <erik@matrix.org>2017-07-04 14:02:21 +0100
commit05538587efd55bc0df362a1fccf80d5ccce9e5c5 (patch)
treea75482e94efbb95507f8e72756a2ce8b9e142c0c /synapse/__init__.py
parentMerge pull request #2330 from matrix-org/erikj/cache_size_factor (diff)
downloadsynapse-05538587efd55bc0df362a1fccf80d5ccce9e5c5.tar.xz
Bump version and changelog v0.22.0-rc2
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 6b0a766391..c26e8d4d93 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.0-rc1"
+__version__ = "0.22.0-rc2"