summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-22 13:08:42 +0100
committerErik Johnston <erik@matrix.org>2020-10-22 13:08:42 +0100
commitec0e9c4695cbfb2180751c0b6c0453ed5c035e63 (patch)
treeb8f5109cf4a5c15cdcd8a882c588069e29fbdd12 /synapse/__init__.py
parentOptimise CacheDescriptor (#8594) (diff)
downloadsynapse-ec0e9c4695cbfb2180751c0b6c0453ed5c035e63.tar.xz
1.22.0rc1
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 83b8e4897f..c9d53e767a 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.21.2"
+__version__ = "1.22.0rc1"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when